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>
This commit is contained in:

committed by
Linus Torvalds

parent
3f165e4cf2
commit
929dfb24fb
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user