Commit 2781c56e authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

[ATALK]: Remove gcc warning when PROC_FS=n

Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b0c444e2
......@@ -229,7 +229,7 @@ extern void atalk_unregister_sysctl(void);
extern int atalk_proc_init(void);
extern void atalk_proc_exit(void);
#else
#define atalk_proc_init() 0
#define atalk_proc_init() ({ 0; })
#define atalk_proc_exit() do { } while(0)
#endif /* CONFIG_PROC_FS */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment