6809: Remove stray #endif in cpu.h
authorTormod Volden <debian.tormod@gmail.com>
Sun, 1 Mar 2015 12:46:37 +0000 (13:46 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 1 Mar 2015 16:46:53 +0000 (16:46 +0000)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/cpu-6809/cpu.h

index e8351c7..de48ea1 100644 (file)
@@ -55,4 +55,3 @@ typedef union {            /* this structure is endian dependent */
 /* Sane behaviour for unused parameters */
 #define used(x)
 
-#endif