diff options
Diffstat (limited to 'kernel/printk.c')
| -rw-r--r-- | kernel/printk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index d37d45c90ae6..69b0890ed7e5 100644 --- a/kernel/printk.c +++ b/kernel/printk.c | |||
| @@ -1921,7 +1921,7 @@ void resume_console(void) | |||
| 1921 | * called when a new CPU comes online (or fails to come up), and ensures | 1921 | * called when a new CPU comes online (or fails to come up), and ensures |
| 1922 | * that any such output gets printed. | 1922 | * that any such output gets printed. |
| 1923 | */ | 1923 | */ |
| 1924 | static int __cpuinit console_cpu_notify(struct notifier_block *self, | 1924 | static int console_cpu_notify(struct notifier_block *self, |
| 1925 | unsigned long action, void *hcpu) | 1925 | unsigned long action, void *hcpu) |
| 1926 | { | 1926 | { |
| 1927 | switch (action) { | 1927 | switch (action) { |
