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>
This commit is contained in:
Geert Uytterhoeven 2009-02-05 10:07:46 +10:00 committed by Greg Ungerer
parent 15ee04c288
commit c315bd5fdd
1 changed files with 3 additions and 3 deletions

View File

@ -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 */