From: Andrew Morton fs/xfs/linux-2.6/xfs_sysctl.c: In function `xfs_stats_clear_proc_handler': fs/xfs/linux-2.6/xfs_sysctl.c:41: warning: implicit declaration of function `for_each_cpu' Cc: Nathan Scott Signed-off-by: Andrew Morton --- fs/xfs/linux-2.6/xfs_stats.c | 1 + fs/xfs/linux-2.6/xfs_sysctl.c | 1 + 2 files changed, 2 insertions(+) diff -puN fs/xfs/linux-2.6/xfs_sysctl.c~xfs-sparc32-build-fix fs/xfs/linux-2.6/xfs_sysctl.c --- 25-sparc/fs/xfs/linux-2.6/xfs_sysctl.c~xfs-sparc32-build-fix 2006-05-01 00:11:29.000000000 -0700 +++ 25-sparc-akpm/fs/xfs/linux-2.6/xfs_sysctl.c 2006-05-01 00:11:29.000000000 -0700 @@ -18,6 +18,7 @@ #include "xfs.h" #include #include +#include static struct ctl_table_header *xfs_table_header; diff -puN fs/xfs/linux-2.6/xfs_stats.c~xfs-sparc32-build-fix fs/xfs/linux-2.6/xfs_stats.c --- 25-sparc/fs/xfs/linux-2.6/xfs_stats.c~xfs-sparc32-build-fix 2006-05-01 00:11:29.000000000 -0700 +++ 25-sparc-akpm/fs/xfs/linux-2.6/xfs_stats.c 2006-05-01 00:11:29.000000000 -0700 @@ -17,6 +17,7 @@ */ #include "xfs.h" #include +#include DEFINE_PER_CPU(struct xfsstats, xfsstats); _