z80: tidy cpu.h
authorAlan Cox <alan@linux.intel.com>
Thu, 1 Oct 2015 20:40:25 +0000 (21:40 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 1 Oct 2015 20:40:25 +0000 (21:40 +0100)
Kernel/cpu-z80/cpu.h

index abc440f..9a1e12d 100644 (file)
@@ -78,4 +78,4 @@ typedef union {            /* this structure is endian dependent */
    loaded into common */
 #define COMMON_MEMORY   static void COMMONSEG(void)  __naked { __asm .area _COMMONMEM __endasm; }
 
-#define ntohs(x)       ((((x) & 0xFF) << 8) | (((x) & 0xFF00) >> 8))
\ No newline at end of file
+#define ntohs(x)       ((((x) & 0xFF) << 8) | (((x) & 0xFF00) >> 8))