Merge branch 'for-3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound...
[pandora-kernel.git] / arch / arm / mach-w90x900 / include / mach / uncompress.h
index 56f1a74..0313021 100644 (file)
@@ -27,7 +27,7 @@
 #define arch_decomp_wdog()
 
 #define TX_DONE        (UART_LSR_TEMT | UART_LSR_THRE)
-static volatile u32 * uart_base = (u32 *)UART0_PA;
+static volatile u32 * const uart_base = (u32 *)UART0_PA;
 
 static void putc(int ch)
 {