]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
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 08ea46863fe5ca8ce6683fe71f527a6c4346b690..6cf29c26e873788a78221ab517dc97cc6ae5386c 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