Fix the irq request
[openwrt.git] / target / linux / brcm47xx-2.6 / files / arch / mips / bcm947xx / cfe_env.c
index 3268095..c1d5eee 100644 (file)
@@ -18,8 +18,8 @@
 #include <asm/uaccess.h>
 
 #define NVRAM_SIZE       (0x1ff0)
-static char _nvdata[NVRAM_SIZE] __initdata;
-static char _valuestr[256] __initdata;
+static char _nvdata[NVRAM_SIZE];
+static char _valuestr[256];
 
 /*
  * TLV types.  These codes are used in the "type-length-value"
This page took 0.021837 seconds and 4 git commands to generate.