bank8k: Fix syntax so that it builds again
authorTormod Volden <debian.tormod@gmail.com>
Mon, 7 Jan 2019 21:28:51 +0000 (22:28 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 8 Jan 2019 16:58:52 +0000 (16:58 +0000)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/bank8k.c

index dd5e9fb..31b35ee 100644 (file)
@@ -52,7 +52,7 @@
 #endif
 
 /* Bank numbers we actually use */
-#define HIBANK ((uint8_t)((((PROGTOP) + 0x1FFFUL) >> 13))
+#define HIBANK ((uint8_t)((((PROGTOP) + 0x1FFFUL) >> 13)))
 #define LOBANK ((PROGBASE) >> 13)
 
 static uint8_t pfree[MAX_MAPS];