ARM: shmobile: mackerel: Make domain_devices[] static __initdata
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-shmobile / board-mackerel.c
index 79f448e93abbfbad9908b1e18604ea83f446c65e..d47b2623267b971d55726b1e97fc7e85f9b0f79f 100644 (file)
@@ -1420,7 +1420,7 @@ static const struct pinctrl_map mackerel_pinctrl_map[] = {
 #define USCCR1         IOMEM(0xE6058144)
 static void __init mackerel_init(void)
 {
-       struct pm_domain_device domain_devices[] = {
+       static struct pm_domain_device domain_devices[] __initdata = {
                { "A4LC", &lcdc_device, },
                { "A4LC", &hdmi_lcdc_device, },
                { "A4LC", &meram_device, },