Signed-off-by: Andrew Morton --- arch/i386/oprofile/nmi_int.c | 4 ++-- arch/i386/oprofile/nmi_timer_int.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff -puN arch/i386/oprofile/nmi_int.c~x86_64-mm-make-functions-static arch/i386/oprofile/nmi_int.c --- devel/arch/i386/oprofile/nmi_int.c~x86_64-mm-make-functions-static 2006-06-09 15:17:33.000000000 -0700 +++ devel-akpm/arch/i386/oprofile/nmi_int.c 2006-06-09 15:17:33.000000000 -0700 @@ -82,8 +82,8 @@ static void exit_driverfs(void) #define exit_driverfs() do { } while (0) #endif /* CONFIG_PM */ -int profile_exceptions_notify(struct notifier_block *self, - unsigned long val, void *data) +static int profile_exceptions_notify(struct notifier_block *self, + unsigned long val, void *data) { struct die_args *args = (struct die_args *)data; int ret = NOTIFY_DONE; diff -puN arch/i386/oprofile/nmi_timer_int.c~x86_64-mm-make-functions-static arch/i386/oprofile/nmi_timer_int.c --- devel/arch/i386/oprofile/nmi_timer_int.c~x86_64-mm-make-functions-static 2006-06-09 15:17:33.000000000 -0700 +++ devel-akpm/arch/i386/oprofile/nmi_timer_int.c 2006-06-09 15:17:33.000000000 -0700 @@ -19,8 +19,8 @@ #include #include -int profile_timer_exceptions_notify(struct notifier_block *self, - unsigned long val, void *data) +static int profile_timer_exceptions_notify(struct notifier_block *self, + unsigned long val, void *data) { struct die_args *args = (struct die_args *)data; int ret = NOTIFY_DONE; _