From 45691b613b4d20c5fb1e23757989392712e84a8b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 19 May 2005 12:08:04 +0000 Subject: [PATCH] --- yaml --- r: 11087 b: refs/heads/master c: fdb551a4c59945f868b8855e5baf161c9f1c0518 h: refs/heads/master i: 11085: c33571e1d4a70be91ac9052dc846fc01fb7c316e 11083: 07c047631c55f289f40766123943283530ca1f1a 11079: f885b9ed90b58f9fb6ce50c52a30307227822662 11071: 1822b53fc8b37e32774ce9a10a35d7796404c92e v: v3 --- [refs] | 2 +- trunk/include/asm-mips/bug.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index af64771ddebf..133aa262651d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 629c83f89b943421cd03257e7028a073baa9ca5a +refs/heads/master: fdb551a4c59945f868b8855e5baf161c9f1c0518 diff --git a/trunk/include/asm-mips/bug.h b/trunk/include/asm-mips/bug.h index 3f594b440abc..758712f1c88f 100644 --- a/trunk/include/asm-mips/bug.h +++ b/trunk/include/asm-mips/bug.h @@ -1,6 +1,10 @@ #ifndef __ASM_BUG_H #define __ASM_BUG_H +#include + +#ifdef CONFIG_BUG + #include #ifdef CONFIG_BUG @@ -14,3 +18,5 @@ do { \ #include #endif + +#endif /* __ASM_BUG_H */