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>

+1
+1
arch/mips/include/asm/bug.h
··· 1 1 #ifndef __ASM_BUG_H 2 2 #define __ASM_BUG_H 3 3 4 + #include <linux/compiler.h> 4 5 #include <asm/sgidefs.h> 5 6 6 7 #ifdef CONFIG_BUG