projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5dc03
)
[MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 14 Oct 2007 22:42:01 +0000
(23:42 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 16 Oct 2007 17:23:47 +0000
(18:23 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/lasat/lasatint.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/lasat/lasatint.h
b/include/asm-mips/lasat/lasatint.h
index 065474feeccc896add5ef634000aba545a0ee73c..1d4a52e1253074dc310478af9b49da85294ed737 100644
(file)
--- 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 */