staging: comedi: comedi_compat32.h: checkpatch.pl --strict cleanup
Fix the checkpatch.pl --strict issues: CHECK: extern prototypes should be avoided in .h files Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
710a182b34
commit
46fc601e67
@ -25,8 +25,7 @@
|
|||||||
#ifdef CONFIG_COMPAT
|
#ifdef CONFIG_COMPAT
|
||||||
|
|
||||||
struct file;
|
struct file;
|
||||||
extern long comedi_compat_ioctl(struct file *file, unsigned int cmd,
|
long comedi_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
|
||||||
unsigned long arg);
|
|
||||||
|
|
||||||
#else /* CONFIG_COMPAT */
|
#else /* CONFIG_COMPAT */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user