aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/wext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/wext.h')
-rw-r--r--include/net/wext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/wext.h b/include/net/wext.h
index 55741836a675..c02b8decf3af 100644
--- a/include/net/wext.h
+++ b/include/net/wext.h
@@ -10,7 +10,7 @@ extern int wext_proc_init(void);
10extern int wext_handle_ioctl(struct ifreq *ifr, unsigned int cmd, 10extern int wext_handle_ioctl(struct ifreq *ifr, unsigned int cmd,
11 void __user *arg); 11 void __user *arg);
12#else 12#else
13static inline int wext_proc_init() 13static inline int wext_proc_init(void)
14{ 14{
15 return 0; 15 return 0;
16} 16}