Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Greg Ungerer
c315bd5f 15ee04c2

+3 -3
+3 -3
arch/m68k/include/asm/unaligned.h
··· 1 - #ifndef _ASM_M68KNOMMU_UNALIGNED_H 2 - #define _ASM_M68KNOMMU_UNALIGNED_H 1 + #ifndef _ASM_M68K_UNALIGNED_H 2 + #define _ASM_M68K_UNALIGNED_H 3 3 4 4 5 5 #ifdef CONFIG_COLDFIRE ··· 22 22 23 23 #endif 24 24 25 - #endif /* _ASM_M68KNOMMU_UNALIGNED_H */ 25 + #endif /* _ASM_M68K_UNALIGNED_H */