]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/plat-mxc/include/mach/uncompress.h
ARM: zImage: remove the static qualifier from global data variables
[karo-tx-linux.git] / arch / arm / plat-mxc / include / mach / uncompress.h
index 4864b0afd440d47c02a5b5f5b1d4fd3404660041..d85e2d1c0324449ca1209a1b572e216255e350ed 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <asm/mach-types.h>
 
-static unsigned long uart_base;
+unsigned long uart_base;
 
 #define UART(x) (*(volatile unsigned long *)(uart_base + (x)))