Skip to content

Commit

Permalink
m68k: Restore correct include guards for <asm/unaligned.h>
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Geert Uytterhoeven authored and Greg Ungerer committed Mar 24, 2009
1 parent 15ee04c commit c315bd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/m68k/include/asm/unaligned.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,4 +22,4 @@

#endif

#endif /* _ASM_M68KNOMMU_UNALIGNED_H */
#endif /* _ASM_M68K_UNALIGNED_H */

0 comments on commit c315bd5

Please sign in to comment.