summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx/usb_boot.h
diff options
context:
space:
mode:
authorMichalis Pappas <mpappas@fastmail.fm>2014-05-09 18:08:20 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-16 12:12:51 -0700
commitd0a3956fefcb8aec21845a8ae8b927415a3edf41 (patch)
tree0579e85ba0f7d25f0476791012bda1fb76fa6004 /drivers/staging/gdm72xx/usb_boot.h
parent13b2beb3420af1d6ca60cb018e36793a03fe6d4e (diff)
downloadlinux-d0a3956fefcb8aec21845a8ae8b927415a3edf41.tar.bz2
staging: gdm72xx: Remove unnecessary extern declarations from header files
Fixes the following checkpatch.pl issue: CHECK: extern prototypes should be avoided in .h files Signed-off-by: Michalis Pappas <mpappas@fastmail.fm> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm72xx/usb_boot.h')
-rw-r--r--drivers/staging/gdm72xx/usb_boot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/gdm72xx/usb_boot.h b/drivers/staging/gdm72xx/usb_boot.h
index c715cd3cd300..05308e253050 100644
--- a/drivers/staging/gdm72xx/usb_boot.h
+++ b/drivers/staging/gdm72xx/usb_boot.h
@@ -16,7 +16,7 @@
struct usb_device;
-extern int usb_boot(struct usb_device *usbdev, u16 pid);
-extern int usb_emergency(struct usb_device *usbdev);
+int usb_boot(struct usb_device *usbdev, u16 pid);
+int usb_emergency(struct usb_device *usbdev);
#endif /* __USB_BOOT_H__ */