aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx/gdm_wimax.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/gdm_wimax.h
parentstaging: rtl8723au: Remove some unused ODM dynamic TX power functionality (diff)
downloadlinux-dev-d0a3956fefcb8aec21845a8ae8b927415a3edf41.tar.xz
linux-dev-d0a3956fefcb8aec21845a8ae8b927415a3edf41.zip
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/gdm_wimax.h')
-rw-r--r--drivers/staging/gdm72xx/gdm_wimax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/gdm72xx/gdm_wimax.h b/drivers/staging/gdm72xx/gdm_wimax.h
index 1fcfc8555417..3013bdbff8fd 100644
--- a/drivers/staging/gdm72xx/gdm_wimax.h
+++ b/drivers/staging/gdm72xx/gdm_wimax.h
@@ -64,8 +64,8 @@ struct nic {
/*#define LOOPBACK_TEST */
-extern int register_wimax_device(struct phy_dev *phy_dev, struct device *pdev);
-extern int gdm_wimax_send_tx(struct sk_buff *skb, struct net_device *dev);
-extern void unregister_wimax_device(struct phy_dev *phy_dev);
+int register_wimax_device(struct phy_dev *phy_dev, struct device *pdev);
+int gdm_wimax_send_tx(struct sk_buff *skb, struct net_device *dev);
+void unregister_wimax_device(struct phy_dev *phy_dev);
#endif