GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / m68k / include / asm / bugs.h
blobd06207b9ba5ad25f449831d72975f1136b0d3207
1 /*
2 * include/asm-m68k/bugs.h
4 * Copyright (C) 1994 Linus Torvalds
5 */
7 /*
8 * This is included by init/main.c to check for architecture-dependent bugs.
10 * Needs:
11 * void check_bugs(void);
14 #ifdef CONFIG_MMU
15 extern void check_bugs(void); /* in arch/m68k/kernel/setup.c */
16 #else
17 static void check_bugs(void)
20 #endif