[SPARC32]: Fix sparc32 modpost warnings with sunzilog
[firefly-linux-kernel-4.4.55.git] / arch / sparc / kernel / setup.c
index 0251cab4708bbcf31a23f93e6d942e08f54bfc9b..f5ee1ac834bcf38c58de7f799d5054e734507fa1 100644 (file)
@@ -121,16 +121,6 @@ static struct console prom_debug_console = {
        .index =        -1,
 };
 
-int obp_system_intr(void)
-{
-       if (boot_flags & BOOTME_DEBUG) {
-               printk("OBP: system interrupted\n");
-               prom_halt();
-               return 1;
-       }
-       return 0;
-}
-
 /* 
  * Process kernel command line switches that are specific to the
  * SPARC or that require special low-level processing.