X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=fs%2Fproc%2Finternal.h;h=f771889183c36fe52062267ffde5d139ca18c76b;hb=c3724b129b5a1a1789a2dc5348685a236ae02479;hp=c932aa65e19816e85ca78d95b2795e80513e0409;hpb=255f0385c8e0d6b9005c0e09fffb5bd852f3b506;p=cascardo%2Flinux.git diff --git a/fs/proc/internal.h b/fs/proc/internal.h index c932aa65e198..f771889183c3 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;