From ffd099bd33c97db4be698ff8d8733bd6a301f6a3 Mon Sep 17 00:00:00 2001
From: Ralf Baechle <ralf@linux-mips.org>
Date: Thu, 19 May 2005 17:05:09 +0000
Subject: [PATCH] Fix build for CONFIG_BUG=n.  Yes, bugs are now a compile time
 option ;-)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
 include/asm-mips/bug.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asm-mips/bug.h b/include/asm-mips/bug.h
index 758712f1c88f8..8e1144f4a0b01 100644
--- a/include/asm-mips/bug.h
+++ b/include/asm-mips/bug.h
@@ -15,8 +15,8 @@ do {									\
 } while (0)
 #endif
 
-#include <asm-generic/bug.h>
-
 #endif
 
+#include <asm-generic/bug.h>
+
 #endif /* __ASM_BUG_H */
-- 
GitLab