]> nv-tegra.nvidia Code Review - linux-3.10.git/blobdiff - arch/arm/mach-mmp/include/mach/uncompress.h
ARM: zImage: remove the static qualifier from global data variables
[linux-3.10.git] / arch / arm / mach-mmp / include / mach / uncompress.h
index 85bd8a2d84b5e47cc3acc1a24192a8387c3d28ab..d6daeb7e4ef1f40fff91f64aa83778fa5cd1c52b 100644 (file)
@@ -14,7 +14,7 @@
 #define UART2_BASE     (APB_PHYS_BASE + 0x17000)
 #define UART3_BASE     (APB_PHYS_BASE + 0x18000)
 
-static volatile unsigned long *UART;
+volatile unsigned long *UART;
 
 static inline void putc(char c)
 {