diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-02-04 19:07:46 -0500 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-03-24 01:17:43 -0400 |
commit | c315bd5fdd2a949a9ccc22b2c64ee694602682d4 (patch) | |
tree | 63d2ab3bdc5464af1e00c644bf08c40d6c6bf2e2 /arch/m68k | |
parent | 15ee04c288d8d612d93a14decc968e817d21e789 (diff) |
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.h | 6 |
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 @@ | |||
1 | #ifndef _ASM_M68KNOMMU_UNALIGNED_H | 1 | #ifndef _ASM_M68K_UNALIGNED_H |
2 | #define _ASM_M68KNOMMU_UNALIGNED_H | 2 | #define _ASM_M68K_UNALIGNED_H |
3 | 3 | ||
4 | 4 | ||
5 | #ifdef CONFIG_COLDFIRE | 5 | #ifdef CONFIG_COLDFIRE |
@@ -22,4 +22,4 @@ | |||
22 | 22 | ||
23 | #endif | 23 | #endif |
24 | 24 | ||
25 | #endif /* _ASM_M68KNOMMU_UNALIGNED_H */ | 25 | #endif /* _ASM_M68K_UNALIGNED_H */ |