]> Pileus Git - ~andy/linux/blobdiff - kernel/printk.c
HWPOISON: Refactor truncate to allow direct truncating of page v2
[~andy/linux] / kernel / printk.c
index e10d193a833a4c0076d5616c2ee2ba61bb7dbce1..602033acd6c76e1f7ba06de0f053ff4ea4c28f77 100644 (file)
@@ -1075,12 +1075,6 @@ void __sched console_conditional_schedule(void)
 }
 EXPORT_SYMBOL(console_conditional_schedule);
 
-void console_print(const char *s)
-{
-       printk(KERN_EMERG "%s", s);
-}
-EXPORT_SYMBOL(console_print);
-
 void console_unblank(void)
 {
        struct console *c;