X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fproc%2Finternal.h;h=f771889183c36fe52062267ffde5d139ca18c76b;hb=436058a49e0fb91c74454dbee9cfee6fb53b4336;hp=c932aa65e19816e85ca78d95b2795e80513e0409;hpb=8800c0ebf5e8363dab66647512dcef5b83203dec;p=powerpc.git diff --git a/fs/proc/internal.h b/fs/proc/internal.h index c932aa65e1..f771889183 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h @@ -11,7 +11,11 @@ #include +#ifdef CONFIG_PROC_SYSCTL extern int proc_sys_init(void); +#else +static inline void proc_sys_init(void) { } +#endif struct vmalloc_info { unsigned long used;