MIPS: bug.h Build fix - include <linux/compiler.h>.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 19 Jun 2009 12:51:28 +0000 (13:51 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 24 Jun 2009 17:34:38 +0000 (18:34 +0100)
In the past this file somehow used to be dragged in.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/bug.h

index 08ea468..6cf29c2 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __ASM_BUG_H
 #define __ASM_BUG_H
 
+#include <linux/compiler.h>
 #include <asm/sgidefs.h>
 
 #ifdef CONFIG_BUG