Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=951e4714295b50a8fbc2d928451c44ac56c2b575
Commit:     951e4714295b50a8fbc2d928451c44ac56c2b575
Parent:     1c5dc034019d2a2c29f0c96444e02453bb495741
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Sun Oct 14 23:42:01 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 18:23:47 2007 +0100

    [MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 include/asm-mips/lasat/lasatint.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to