Explorar o código

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>
Ralf Baechle %!s(int64=16) %!d(string=hai) anos
pai
achega
0ca5921e79
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      arch/mips/include/asm/bug.h

+ 1 - 0
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