diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-25 19:44:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-26 12:00:03 -0700 |
commit | 929dfb24fbcd60e2544b2de7bfb4a68da4dfc747 (patch) | |
tree | 5b67ea8f6c75ae199d2d7542645517152fe07e1c /include/linux/parport.h | |
parent | 3f165e4cf2af042af7d2440d688299c0d2a48b1f (diff) | |
download | linux-3.10-929dfb24fbcd60e2544b2de7bfb4a68da4dfc747.tar.gz linux-3.10-929dfb24fbcd60e2544b2de7bfb4a68da4dfc747.tar.bz2 linux-3.10-929dfb24fbcd60e2544b2de7bfb4a68da4dfc747.zip |
parport/share.c: proper externs
This patch adds proper externs for parport_default_timeslice and
parport_default_spintime in include/linux/parport.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/parport.h')
-rw-r--r-- | include/linux/parport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/parport.h b/include/linux/parport.h index dcb9e01a69c..6a0d7cdb577 100644 --- a/include/linux/parport.h +++ b/include/linux/parport.h @@ -560,5 +560,8 @@ extern int parport_device_proc_unregister(struct pardevice *device); #endif /* !CONFIG_PARPORT_NOT_PC */ +extern unsigned long parport_default_timeslice; +extern int parport_default_spintime; + #endif /* __KERNEL__ */ #endif /* _PARPORT_H_ */ |