]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/frv/kernel/setup.c
Remove obsolete #include <linux/config.h>
[karo-tx-linux.git] / arch / frv / kernel / setup.c
index 5908deae9607b7a5c991c3a6e4176d93f7248095..5db3d4eff9090585c8306b4520e31ff1fa075b6b 100644 (file)
@@ -10,7 +10,6 @@
  * 2 of the License, or (at your option) any later version.
  */
 
-#include <linux/config.h>
 #include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
@@ -814,7 +813,7 @@ void __init setup_arch(char **cmdline_p)
         * - by now the stack is part of the init task */
        printk("Memory %08lx-%08lx\n", memory_start, memory_end);
 
-       if (memory_start == memory_end) BUG();
+       BUG_ON(memory_start == memory_end);
 
        init_mm.start_code = (unsigned long) &_stext;
        init_mm.end_code = (unsigned long) &_etext;