From b1984b1f07cf0e9458e93cbf0799bf36781bc0ae Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 25 Aug 2011 09:47:20 +1000 Subject: [PATCH] reduce ifdeffery Cc: Amerigo Wang Cc: Greg KH Cc: Randy Dunlap Signed-off-by: Andrew Morton --- include/linux/vmstat.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.39.2