x86, mrst: remove Moorestown specific serial drivers
[deliverable/linux.git] / arch / x86 / kernel / early_printk.c
index 01d1c187c9f9468f0488fa498d44e814ca9a2179..de814dfb8aeee463a027426ffae132ff4cfbfbbf 100644 (file)
@@ -226,11 +226,6 @@ static int __init setup_early_printk(char *buf)
                        early_console_register(&xenboot_console, keep);
 #endif
 #ifdef CONFIG_EARLY_PRINTK_INTEL_MID
-               if (!strncmp(buf, "mrst", 4)) {
-                       mrst_early_console_init();
-                       early_console_register(&early_mrst_console, keep);
-               }
-
                if (!strncmp(buf, "hsu", 3)) {
                        hsu_early_console_init(buf + 3);
                        early_console_register(&early_hsu_console, keep);
This page took 0.026696 seconds and 5 git commands to generate.