From: Andrew Morton Date: Wed, 24 Aug 2011 23:47:20 +0000 (+1000) Subject: reduce ifdeffery X-Git-Tag: next-20110921~1^2~51 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=17cd93e50fb64f9a974f98d9e80ecbd90bb6b222 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 */