summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2009-02-05 10:07:46 +1000
committerGreg Ungerer <gerg@uclinux.org>2009-03-24 15:17:43 +1000
commitc315bd5fdd2a949a9ccc22b2c64ee694602682d4 (patch)
tree63d2ab3bdc5464af1e00c644bf08c40d6c6bf2e2 /arch/m68k
parent15ee04c288d8d612d93a14decc968e817d21e789 (diff)
downloadlinux-c315bd5fdd2a949a9ccc22b2c64ee694602682d4.tar.gz
linux-c315bd5fdd2a949a9ccc22b2c64ee694602682d4.tar.xz
m68k: Restore correct include guards for <asm/unaligned.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/unaligned.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/unaligned.h b/arch/m68k/include/asm/unaligned.h
index eb1ea4cb9a59..019caa740c21 100644
--- a/arch/m68k/include/asm/unaligned.h
+++ b/arch/m68k/include/asm/unaligned.h
@@ -1,5 +1,5 @@
-#ifndef _ASM_M68KNOMMU_UNALIGNED_H
-#define _ASM_M68KNOMMU_UNALIGNED_H
+#ifndef _ASM_M68K_UNALIGNED_H
+#define _ASM_M68K_UNALIGNED_H
#ifdef CONFIG_COLDFIRE
@@ -22,4 +22,4 @@
#endif
-#endif /* _ASM_M68KNOMMU_UNALIGNED_H */
+#endif /* _ASM_M68K_UNALIGNED_H */