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:
15ee04c
)
m68k: Restore correct include guards for <asm/unaligned.h>
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Thu, 5 Feb 2009 00:07:46 +0000
(10:07 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Tue, 24 Mar 2009 05:17:43 +0000
(15:17 +1000)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/unaligned.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/include/asm/unaligned.h
b/arch/m68k/include/asm/unaligned.h
index eb1ea4cb9a598e20af365400ff51479a41ad262f..019caa740c21122a9a39892f69831a060a549021 100644
(file)
--- a/
arch/m68k/include/asm/unaligned.h
+++ b/
arch/m68k/include/asm/unaligned.h
@@
-1,5
+1,5
@@
-#ifndef _ASM_M68K
NOMMU
_UNALIGNED_H
-#define _ASM_M68K
NOMMU
_UNALIGNED_H
+#ifndef _ASM_M68K_UNALIGNED_H
+#define _ASM_M68K_UNALIGNED_H
#ifdef CONFIG_COLDFIRE
@@
-22,4
+22,4
@@
#endif
-#endif /* _ASM_M68K
NOMMU
_UNALIGNED_H */
+#endif /* _ASM_M68K_UNALIGNED_H */