aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fcdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fcdevice.h')
-rw-r--r--include/linux/fcdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fcdevice.h b/include/linux/fcdevice.h
index e460ef831984..5009fa16b5d8 100644
--- a/include/linux/fcdevice.h
+++ b/include/linux/fcdevice.h
@@ -27,7 +27,7 @@
#include <linux/if_fc.h>
#ifdef __KERNEL__
-extern struct net_device *alloc_fcdev(int sizeof_priv);
+struct net_device *alloc_fcdev(int sizeof_priv);
#endif
#endif /* _LINUX_FCDEVICE_H */