[ALSA] Clean up duplicate includes in sound/core/
[cascardo/linux.git] / fs / proc / internal.h
index b215c35..1820eb2 100644 (file)
@@ -16,6 +16,11 @@ extern int proc_sys_init(void);
 #else
 static inline void proc_sys_init(void) { }
 #endif
+#ifdef CONFIG_NET
+extern int proc_net_init(void);
+#else
+static inline int proc_net_init(void) { return 0; }
+#endif
 
 struct vmalloc_info {
        unsigned long   used;