Commit 46fc601e authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

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: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 710a182b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@
#ifdef CONFIG_COMPAT

struct file;
extern long comedi_compat_ioctl(struct file *file, unsigned int cmd,
				unsigned long arg);
long comedi_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);

#else /* CONFIG_COMPAT */