From: Andrew Morton Date: Wed, 24 Aug 2011 23:47:20 +0000 (+1000) Subject: reduce ifdeffery X-Git-Tag: next-20110915~2^2~53 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=b1984b1f07cf0e9458e93cbf0799bf36781bc0ae;p=karo-tx-linux.git reduce ifdeffery Cc: Amerigo Wang Cc: Greg KH Cc: Randy Dunlap Signed-off-by: Andrew Morton --- diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h index b3b17ac0ad65..65efb92da996 100644 --- a/include/linux/vmstat.h +++ b/include/linux/vmstat.h @@ -258,8 +258,6 @@ static inline void refresh_zone_stat_thresholds(void) { } #endif /* CONFIG_SMP */ -#if defined(CONFIG_PROC_FS) || defined(CONFIG_SYSFS) extern const char * const vmstat_text[]; -#endif #endif /* _LINUX_VMSTAT_H */