Gitweb: http://git.kernel.org/linus/c315bd5fdd2a949a9ccc22b2c64ee694602682d4 Commit: c315bd5fdd2a949a9ccc22b2c64ee694602682d4 Parent: 15ee04c288d8d612d93a14decc968e817d21e789 Author: Geert Uytterhoeven <geert@linux-m68k.org> AuthorDate: Thu Feb 5 10:07:46 2009 +1000 Committer: Greg Ungerer <gerg@uclinux.org> CommitDate: Tue Mar 24 15:17:43 2009 +1000 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> --- 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 eb1ea4c..019caa7 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 */ -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
