From: Ralf Baechle Date: Sun, 14 Oct 2007 22:42:01 +0000 (+0100) Subject: [MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h. X-Git-Tag: v3.12-rc1~25845^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=951e4714295b50a8fbc2d928451c44ac56c2b575;p=kernel%2Fkernel-generic.git [MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/lasat/lasatint.h b/include/asm-mips/lasat/lasatint.h index 065474f..1d4a52e 100644 --- a/include/asm-mips/lasat/lasatint.h +++ b/include/asm-mips/lasat/lasatint.h @@ -1,3 +1,6 @@ +#ifndef __ASM_LASAT_LASATINT_H +#define __ASM_LASAT_LASATINT_H + #define LASATINT_END 16 /* lasat 100 */ @@ -10,3 +13,4 @@ #define LASAT_INT_MASK_REG_200 (KSEG1ADDR(0x1104003c)) #define LASATINT_MASK_SHIFT_200 16 +#endif /* __ASM_LASAT_LASATINT_H */