aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-19 13:51:28 +0100
committerRalf Baechle <ralf@linux-mips.org>2009-06-24 18:34:38 +0100
commit0ca5921e791fb2011d4d6de787f6485b3900703d (patch)
tree43503c154100d6ef66de51acf0470a39d6dff37b
parent4e8a2372f9255a1464ef488ed925455f53fbdaa1 (diff)
downloadkernel_samsung_smdk4412-0ca5921e791fb2011d4d6de787f6485b3900703d.zip
kernel_samsung_smdk4412-0ca5921e791fb2011d4d6de787f6485b3900703d.tar.gz
kernel_samsung_smdk4412-0ca5921e791fb2011d4d6de787f6485b3900703d.tar.bz2
MIPS: bug.h Build fix - include <linux/compiler.h>.
In the past this file somehow used to be dragged in. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/include/asm/bug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/bug.h b/arch/mips/include/asm/bug.h
index 08ea468..6cf29c2 100644
--- a/arch/mips/include/asm/bug.h
+++ b/arch/mips/include/asm/bug.h
@@ -1,6 +1,7 @@
#ifndef __ASM_BUG_H
#define __ASM_BUG_H
+#include <linux/compiler.h>
#include <asm/sgidefs.h>
#ifdef CONFIG_BUG