diff options
Diffstat (limited to 'arch/i386/oprofile')
-rw-r--r-- | arch/i386/oprofile/nmi_int.c | 4 | ||||
-rw-r--r-- | arch/i386/oprofile/nmi_timer_int.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/i386/oprofile/nmi_int.c b/arch/i386/oprofile/nmi_int.c index b3610188bcf0..3700eef78743 100644 --- a/arch/i386/oprofile/nmi_int.c +++ b/arch/i386/oprofile/nmi_int.c | |||
@@ -83,8 +83,8 @@ static void exit_driverfs(void) | |||
83 | #define exit_driverfs() do { } while (0) | 83 | #define exit_driverfs() do { } while (0) |
84 | #endif /* CONFIG_PM */ | 84 | #endif /* CONFIG_PM */ |
85 | 85 | ||
86 | int profile_exceptions_notify(struct notifier_block *self, | 86 | static int profile_exceptions_notify(struct notifier_block *self, |
87 | unsigned long val, void *data) | 87 | unsigned long val, void *data) |
88 | { | 88 | { |
89 | struct die_args *args = (struct die_args *)data; | 89 | struct die_args *args = (struct die_args *)data; |
90 | int ret = NOTIFY_DONE; | 90 | int ret = NOTIFY_DONE; |
diff --git a/arch/i386/oprofile/nmi_timer_int.c b/arch/i386/oprofile/nmi_timer_int.c index 93ca48f804ac..abf0ba52a635 100644 --- a/arch/i386/oprofile/nmi_timer_int.c +++ b/arch/i386/oprofile/nmi_timer_int.c | |||
@@ -19,8 +19,8 @@ | |||
19 | #include <asm/ptrace.h> | 19 | #include <asm/ptrace.h> |
20 | #include <asm/kdebug.h> | 20 | #include <asm/kdebug.h> |
21 | 21 | ||
22 | int profile_timer_exceptions_notify(struct notifier_block *self, | 22 | static int profile_timer_exceptions_notify(struct notifier_block *self, |
23 | unsigned long val, void *data) | 23 | unsigned long val, void *data) |
24 | { | 24 | { |
25 | struct die_args *args = (struct die_args *)data; | 25 | struct die_args *args = (struct die_args *)data; |
26 | int ret = NOTIFY_DONE; | 26 | int ret = NOTIFY_DONE; |