Commit ce6d73c9 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Michael Ellerman

powerpc: make of_device_ids const

of_device_ids (i.e. compatible strings and the respective data) are not
supposed to change at runtime. All functions working with of_device_ids
provided by <linux/of.h> work with const of_device_ids. This allows to
mark all struct of_device_id const, too.

While touching these line also put the __init annotation at the right
position where necessary.
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent d4fe0965
...@@ -55,7 +55,7 @@ static struct device ibmebus_bus_device = { /* fake "parent" device */ ...@@ -55,7 +55,7 @@ static struct device ibmebus_bus_device = { /* fake "parent" device */
struct bus_type ibmebus_bus_type; struct bus_type ibmebus_bus_type;
/* These devices will automatically be added to the bus during init */ /* These devices will automatically be added to the bus during init */
static struct of_device_id __initdata ibmebus_matches[] = { static const struct of_device_id ibmebus_matches[] __initconst = {
{ .compatible = "IBM,lhca" }, { .compatible = "IBM,lhca" },
{ .compatible = "IBM,lhea" }, { .compatible = "IBM,lhea" },
{}, {},
......
...@@ -35,7 +35,7 @@ static struct legacy_serial_info { ...@@ -35,7 +35,7 @@ static struct legacy_serial_info {
phys_addr_t taddr; phys_addr_t taddr;
} legacy_serial_infos[MAX_LEGACY_SERIAL_PORTS]; } legacy_serial_infos[MAX_LEGACY_SERIAL_PORTS];
static struct of_device_id legacy_serial_parents[] __initdata = { static const struct of_device_id legacy_serial_parents[] __initconst = {
{.type = "soc",}, {.type = "soc",},
{.type = "tsi-bridge",}, {.type = "tsi-bridge",},
{.type = "opb", }, {.type = "opb", },
......
...@@ -97,7 +97,7 @@ static int of_pci_phb_probe(struct platform_device *dev) ...@@ -97,7 +97,7 @@ static int of_pci_phb_probe(struct platform_device *dev)
return 0; return 0;
} }
static struct of_device_id of_pci_phb_ids[] = { static const struct of_device_id of_pci_phb_ids[] = {
{ .type = "pci", }, { .type = "pci", },
{ .type = "pcix", }, { .type = "pcix", },
{ .type = "pcie", }, { .type = "pcie", },
......
...@@ -49,7 +49,7 @@ static void __iomem *bcsr_regs; ...@@ -49,7 +49,7 @@ static void __iomem *bcsr_regs;
/* there's more, can't be bothered typing them tho */ /* there's more, can't be bothered typing them tho */
static __initdata struct of_device_id ep405_of_bus[] = { static const struct of_device_id ep405_of_bus[] __initconst = {
{ .compatible = "ibm,plb3", }, { .compatible = "ibm,plb3", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
{ .compatible = "ibm,ebc", }, { .compatible = "ibm,ebc", },
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
static __initdata struct of_device_id ppc40x_of_bus[] = { static const struct of_device_id ppc40x_of_bus[] __initconst = {
{ .compatible = "ibm,plb3", }, { .compatible = "ibm,plb3", },
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <asm/xilinx_pci.h> #include <asm/xilinx_pci.h>
#include <asm/ppc4xx.h> #include <asm/ppc4xx.h>
static struct of_device_id xilinx_of_bus_ids[] __initdata = { static const struct of_device_id xilinx_of_bus_ids[] __initconst = {
{ .compatible = "xlnx,plb-v46-1.00.a", }, { .compatible = "xlnx,plb-v46-1.00.a", },
{ .compatible = "xlnx,plb-v34-1.01.a", }, { .compatible = "xlnx,plb-v34-1.01.a", },
{ .compatible = "xlnx,plb-v34-1.02.a", }, { .compatible = "xlnx,plb-v34-1.02.a", },
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <asm/pci-bridge.h> #include <asm/pci-bridge.h>
#include <asm/ppc4xx.h> #include <asm/ppc4xx.h>
static __initdata struct of_device_id walnut_of_bus[] = { static const struct of_device_id walnut_of_bus[] __initconst = {
{ .compatible = "ibm,plb3", }, { .compatible = "ibm,plb3", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
{ .compatible = "ibm,ebc", }, { .compatible = "ibm,ebc", },
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#define BCSR_USB_EN 0x11 #define BCSR_USB_EN 0x11
static __initdata struct of_device_id ppc460ex_of_bus[] = { static const struct of_device_id ppc460ex_of_bus[] __initconst = {
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
{ .compatible = "ibm,ebc", }, { .compatible = "ibm,ebc", },
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <asm/pci-bridge.h> #include <asm/pci-bridge.h>
#include <asm/ppc4xx.h> #include <asm/ppc4xx.h>
static __initdata struct of_device_id ebony_of_bus[] = { static const struct of_device_id ebony_of_bus[] __initconst = {
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
{ .compatible = "ibm,ebc", }, { .compatible = "ibm,ebc", },
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <asm/mpic.h> #include <asm/mpic.h>
#include <asm/mmu.h> #include <asm/mmu.h>
static __initdata struct of_device_id iss4xx_of_bus[] = { static const struct of_device_id iss4xx_of_bus[] __initconst = {
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
{ .compatible = "ibm,plb6", }, { .compatible = "ibm,plb6", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
static __initdata struct of_device_id ppc44x_of_bus[] = { static const struct of_device_id ppc44x_of_bus[] __initconst = {
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
{ .compatible = "ibm,ebc", }, { .compatible = "ibm,ebc", },
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/i2c.h> #include <linux/i2c.h>
static struct of_device_id ppc47x_of_bus[] __initdata = { static const struct of_device_id ppc47x_of_bus[] __initconst = {
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
{ .compatible = "ibm,plb6", }, { .compatible = "ibm,plb6", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <asm/ppc4xx.h> #include <asm/ppc4xx.h>
#include <linux/i2c.h> #include <linux/i2c.h>
static __initdata struct of_device_id sam440ep_of_bus[] = { static const struct of_device_id sam440ep_of_bus[] __initconst = {
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
{ .compatible = "ibm,ebc", }, { .compatible = "ibm,ebc", },
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <asm/ppc4xx.h> #include <asm/ppc4xx.h>
#include "44x.h" #include "44x.h"
static struct of_device_id xilinx_of_bus_ids[] __initdata = { static const struct of_device_id xilinx_of_bus_ids[] __initconst = {
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{ .compatible = "xlnx,plb-v46-1.00.a", }, { .compatible = "xlnx,plb-v46-1.00.a", },
{ .compatible = "xlnx,plb-v46-1.02.a", }, { .compatible = "xlnx,plb-v46-1.02.a", },
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <asm/dma.h> #include <asm/dma.h>
static __initdata struct of_device_id warp_of_bus[] = { static const struct of_device_id warp_of_bus[] __initconst = {
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
{ .compatible = "ibm,opb", }, { .compatible = "ibm,opb", },
{ .compatible = "ibm,ebc", }, { .compatible = "ibm,ebc", },
......
...@@ -337,7 +337,7 @@ void __init mpc512x_init_IRQ(void) ...@@ -337,7 +337,7 @@ void __init mpc512x_init_IRQ(void)
/* /*
* Nodes to do bus probe on, soc and localbus * Nodes to do bus probe on, soc and localbus
*/ */
static struct of_device_id __initdata of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .compatible = "fsl,mpc5121-immr", }, { .compatible = "fsl,mpc5121-immr", },
{ .compatible = "fsl,mpc5121-localbus", }, { .compatible = "fsl,mpc5121-localbus", },
{ .compatible = "fsl,mpc5121-mbx", }, { .compatible = "fsl,mpc5121-mbx", },
......
...@@ -34,13 +34,13 @@ ...@@ -34,13 +34,13 @@
*/ */
/* mpc5200 device tree match tables */ /* mpc5200 device tree match tables */
static struct of_device_id mpc5200_cdm_ids[] __initdata = { static const struct of_device_id mpc5200_cdm_ids[] __initconst = {
{ .compatible = "fsl,mpc5200-cdm", }, { .compatible = "fsl,mpc5200-cdm", },
{ .compatible = "mpc5200-cdm", }, { .compatible = "mpc5200-cdm", },
{} {}
}; };
static struct of_device_id mpc5200_gpio_ids[] __initdata = { static const struct of_device_id mpc5200_gpio_ids[] __initconst = {
{ .compatible = "fsl,mpc5200-gpio", }, { .compatible = "fsl,mpc5200-gpio", },
{ .compatible = "mpc5200-gpio", }, { .compatible = "mpc5200-gpio", },
{} {}
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/mpc52xx.h> #include <asm/mpc52xx.h>
static struct of_device_id mpc5200_gpio_ids[] __initdata = { static const struct of_device_id mpc5200_gpio_ids[] __initconst = {
{ .compatible = "fsl,mpc5200-gpio", }, { .compatible = "fsl,mpc5200-gpio", },
{ .compatible = "mpc5200-gpio", }, { .compatible = "mpc5200-gpio", },
{} {}
......
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
#include <asm/mpc52xx.h> #include <asm/mpc52xx.h>
/* MPC5200 device tree match tables */ /* MPC5200 device tree match tables */
static struct of_device_id mpc52xx_xlb_ids[] __initdata = { static const struct of_device_id mpc52xx_xlb_ids[] __initconst = {
{ .compatible = "fsl,mpc5200-xlb", }, { .compatible = "fsl,mpc5200-xlb", },
{ .compatible = "mpc5200-xlb", }, { .compatible = "mpc5200-xlb", },
{} {}
}; };
static struct of_device_id mpc52xx_bus_ids[] __initdata = { static const struct of_device_id mpc52xx_bus_ids[] __initconst = {
{ .compatible = "fsl,mpc5200-immr", }, { .compatible = "fsl,mpc5200-immr", },
{ .compatible = "fsl,mpc5200b-immr", }, { .compatible = "fsl,mpc5200b-immr", },
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
...@@ -108,21 +108,21 @@ void __init mpc52xx_declare_of_platform_devices(void) ...@@ -108,21 +108,21 @@ void __init mpc52xx_declare_of_platform_devices(void)
/* /*
* match tables used by mpc52xx_map_common_devices() * match tables used by mpc52xx_map_common_devices()
*/ */
static struct of_device_id mpc52xx_gpt_ids[] __initdata = { static const struct of_device_id mpc52xx_gpt_ids[] __initconst = {
{ .compatible = "fsl,mpc5200-gpt", }, { .compatible = "fsl,mpc5200-gpt", },
{ .compatible = "mpc5200-gpt", }, /* old */ { .compatible = "mpc5200-gpt", }, /* old */
{} {}
}; };
static struct of_device_id mpc52xx_cdm_ids[] __initdata = { static const struct of_device_id mpc52xx_cdm_ids[] __initconst = {
{ .compatible = "fsl,mpc5200-cdm", }, { .compatible = "fsl,mpc5200-cdm", },
{ .compatible = "mpc5200-cdm", }, /* old */ { .compatible = "mpc5200-cdm", }, /* old */
{} {}
}; };
static const struct of_device_id mpc52xx_gpio_simple[] = { static const struct of_device_id mpc52xx_gpio_simple[] __initconst = {
{ .compatible = "fsl,mpc5200-gpio", }, { .compatible = "fsl,mpc5200-gpio", },
{} {}
}; };
static const struct of_device_id mpc52xx_gpio_wkup[] = { static const struct of_device_id mpc52xx_gpio_wkup[] __initconst = {
{ .compatible = "fsl,mpc5200-gpio-wkup", }, { .compatible = "fsl,mpc5200-gpio-wkup", },
{} {}
}; };
......
...@@ -564,7 +564,7 @@ static int mpc52xx_lpbfifo_remove(struct platform_device *op) ...@@ -564,7 +564,7 @@ static int mpc52xx_lpbfifo_remove(struct platform_device *op)
return 0; return 0;
} }
static struct of_device_id mpc52xx_lpbfifo_match[] = { static const struct of_device_id mpc52xx_lpbfifo_match[] = {
{ .compatible = "fsl,mpc5200-lpbfifo", }, { .compatible = "fsl,mpc5200-lpbfifo", },
{}, {},
}; };
......
...@@ -119,12 +119,12 @@ ...@@ -119,12 +119,12 @@
/* MPC5200 device tree match tables */ /* MPC5200 device tree match tables */
static struct of_device_id mpc52xx_pic_ids[] __initdata = { static const struct of_device_id mpc52xx_pic_ids[] __initconst = {
{ .compatible = "fsl,mpc5200-pic", }, { .compatible = "fsl,mpc5200-pic", },
{ .compatible = "mpc5200-pic", }, { .compatible = "mpc5200-pic", },
{} {}
}; };
static struct of_device_id mpc52xx_sdma_ids[] __initdata = { static const struct of_device_id mpc52xx_sdma_ids[] __initconst = {
{ .compatible = "fsl,mpc5200-bestcomm", }, { .compatible = "fsl,mpc5200-bestcomm", },
{ .compatible = "mpc5200-bestcomm", }, { .compatible = "mpc5200-bestcomm", },
{} {}
......
...@@ -298,7 +298,7 @@ static void __init ep8248e_setup_arch(void) ...@@ -298,7 +298,7 @@ static void __init ep8248e_setup_arch(void)
ppc_md.progress("ep8248e_setup_arch(), finish", 0); ppc_md.progress("ep8248e_setup_arch(), finish", 0);
} }
static __initdata struct of_device_id of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{ .compatible = "fsl,ep8248e-bcsr", }, { .compatible = "fsl,ep8248e-bcsr", },
{}, {},
......
...@@ -180,7 +180,7 @@ static void __init km82xx_setup_arch(void) ...@@ -180,7 +180,7 @@ static void __init km82xx_setup_arch(void)
ppc_md.progress("km82xx_setup_arch(), finish", 0); ppc_md.progress("km82xx_setup_arch(), finish", 0);
} }
static __initdata struct of_device_id of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{}, {},
}; };
......
...@@ -181,7 +181,7 @@ static void __init mpc8272_ads_setup_arch(void) ...@@ -181,7 +181,7 @@ static void __init mpc8272_ads_setup_arch(void)
ppc_md.progress("mpc8272_ads_setup_arch(), finish", 0); ppc_md.progress("mpc8272_ads_setup_arch(), finish", 0);
} }
static struct of_device_id __initdata of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .name = "soc", }, { .name = "soc", },
{ .name = "cpm", }, { .name = "cpm", },
{ .name = "localbus", }, { .name = "localbus", },
......
...@@ -168,7 +168,7 @@ static int __init pq2fads_probe(void) ...@@ -168,7 +168,7 @@ static int __init pq2fads_probe(void)
return of_flat_dt_is_compatible(root, "fsl,pq2fads"); return of_flat_dt_is_compatible(root, "fsl,pq2fads");
} }
static struct of_device_id __initdata of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .name = "soc", }, { .name = "soc", },
{ .name = "cpm", }, { .name = "cpm", },
{ .name = "localbus", }, { .name = "localbus", },
......
...@@ -213,7 +213,7 @@ static const struct i2c_device_id mcu_ids[] = { ...@@ -213,7 +213,7 @@ static const struct i2c_device_id mcu_ids[] = {
}; };
MODULE_DEVICE_TABLE(i2c, mcu_ids); MODULE_DEVICE_TABLE(i2c, mcu_ids);
static struct of_device_id mcu_of_match_table[] = { static const struct of_device_id mcu_of_match_table[] = {
{ .compatible = "fsl,mcu-mpc8349emitx", }, { .compatible = "fsl,mcu-mpc8349emitx", },
{ }, { },
}; };
......
...@@ -114,7 +114,7 @@ void __init mpc83xx_ipic_and_qe_init_IRQ(void) ...@@ -114,7 +114,7 @@ void __init mpc83xx_ipic_and_qe_init_IRQ(void)
} }
#endif /* CONFIG_QUICC_ENGINE */ #endif /* CONFIG_QUICC_ENGINE */
static struct of_device_id __initdata of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .type = "soc", }, { .type = "soc", },
{ .compatible = "soc", }, { .compatible = "soc", },
{ .compatible = "simple-bus" }, { .compatible = "simple-bus" },
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "mpc83xx.h" #include "mpc83xx.h"
static struct of_device_id __initdata mpc834x_itx_ids[] = { static const struct of_device_id mpc834x_itx_ids[] __initconst = {
{ .compatible = "fsl,pq2pro-localbus", }, { .compatible = "fsl,pq2pro-localbus", },
{}, {},
}; };
......
...@@ -321,7 +321,7 @@ static const struct platform_suspend_ops mpc83xx_suspend_ops = { ...@@ -321,7 +321,7 @@ static const struct platform_suspend_ops mpc83xx_suspend_ops = {
.end = mpc83xx_suspend_end, .end = mpc83xx_suspend_end,
}; };
static struct of_device_id pmc_match[]; static const struct of_device_id pmc_match[];
static int pmc_probe(struct platform_device *ofdev) static int pmc_probe(struct platform_device *ofdev)
{ {
const struct of_device_id *match; const struct of_device_id *match;
...@@ -420,7 +420,7 @@ static struct pmc_type pmc_types[] = { ...@@ -420,7 +420,7 @@ static struct pmc_type pmc_types[] = {
} }
}; };
static struct of_device_id pmc_match[] = { static const struct of_device_id pmc_match[] = {
{ {
.compatible = "fsl,mpc8313-pmc", .compatible = "fsl,mpc8313-pmc",
.data = &pmc_types[0], .data = &pmc_types[0],
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
static struct of_device_id __initdata mpc85xx_common_ids[] = { static const struct of_device_id mpc85xx_common_ids[] __initconst = {
{ .type = "soc", }, { .type = "soc", },
{ .compatible = "soc", }, { .compatible = "soc", },
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
......
...@@ -59,7 +59,7 @@ static void ppa8548_show_cpuinfo(struct seq_file *m) ...@@ -59,7 +59,7 @@ static void ppa8548_show_cpuinfo(struct seq_file *m)
seq_printf(m, "PLL setting\t: 0x%x\n", ((phid1 >> 24) & 0x3f)); seq_printf(m, "PLL setting\t: 0x%x\n", ((phid1 >> 24) & 0x3f));
} }
static struct of_device_id __initdata of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .name = "soc", }, { .name = "soc", },
{ .type = "soc", }, { .type = "soc", },
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
static struct device_node *halt_node; static struct device_node *halt_node;
static struct of_device_id child_match[] = { static const struct of_device_id child_match[] = {
{ {
.compatible = "sgy,gpio-halt", .compatible = "sgy,gpio-halt",
}, },
...@@ -147,7 +147,7 @@ static int gpio_halt_remove(struct platform_device *pdev) ...@@ -147,7 +147,7 @@ static int gpio_halt_remove(struct platform_device *pdev)
return 0; return 0;
} }
static struct of_device_id gpio_halt_match[] = { static const struct of_device_id gpio_halt_match[] = {
/* We match on the gpio bus itself and scan the children since they /* We match on the gpio bus itself and scan the children since they
* wont be matched against us. We know the bus wont match until it * wont be matched against us. We know the bus wont match until it
* has been registered too. */ * has been registered too. */
......
...@@ -213,7 +213,7 @@ static long __init mpc86xx_time_init(void) ...@@ -213,7 +213,7 @@ static long __init mpc86xx_time_init(void)
return 0; return 0;
} }
static __initdata struct of_device_id of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{ .compatible = "gianfar", }, { .compatible = "gianfar", },
{ .compatible = "fsl,mpc8641-pcie", }, { .compatible = "fsl,mpc8641-pcie", },
......
...@@ -200,7 +200,7 @@ static long __init mpc86xx_time_init(void) ...@@ -200,7 +200,7 @@ static long __init mpc86xx_time_init(void)
return 0; return 0;
} }
static __initdata struct of_device_id of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{ .compatible = "gianfar", }, { .compatible = "gianfar", },
{ .compatible = "fsl,mpc8641-pcie", }, { .compatible = "fsl,mpc8641-pcie", },
......
...@@ -190,7 +190,7 @@ static long __init mpc86xx_time_init(void) ...@@ -190,7 +190,7 @@ static long __init mpc86xx_time_init(void)
return 0; return 0;
} }
static __initdata struct of_device_id of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{ .compatible = "gianfar", }, { .compatible = "gianfar", },
{ .compatible = "fsl,mpc8641-pcie", }, { .compatible = "fsl,mpc8641-pcie", },
......
...@@ -85,7 +85,7 @@ static void __init mpc8610_suspend_init(void) ...@@ -85,7 +85,7 @@ static void __init mpc8610_suspend_init(void)
static inline void mpc8610_suspend_init(void) { } static inline void mpc8610_suspend_init(void) { }
#endif /* CONFIG_SUSPEND */ #endif /* CONFIG_SUSPEND */
static struct of_device_id __initdata mpc8610_ids[] = { static const struct of_device_id mpc8610_ids[] __initconst = {
{ .compatible = "fsl,mpc8610-immr", }, { .compatible = "fsl,mpc8610-immr", },
{ .compatible = "fsl,mpc8610-guts", }, { .compatible = "fsl,mpc8610-guts", },
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
......
...@@ -127,7 +127,7 @@ mpc86xx_time_init(void) ...@@ -127,7 +127,7 @@ mpc86xx_time_init(void)
return 0; return 0;
} }
static __initdata struct of_device_id of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{ .compatible = "fsl,srio", }, { .compatible = "fsl,srio", },
{ .compatible = "gianfar", }, { .compatible = "gianfar", },
......
...@@ -92,7 +92,7 @@ mpc86xx_time_init(void) ...@@ -92,7 +92,7 @@ mpc86xx_time_init(void)
return 0; return 0;
} }
static __initdata struct of_device_id of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{ .compatible = "gianfar", }, { .compatible = "gianfar", },
{ .compatible = "fsl,mpc8641-pcie", }, { .compatible = "fsl,mpc8641-pcie", },
......
...@@ -92,7 +92,7 @@ static int __init adder875_probe(void) ...@@ -92,7 +92,7 @@ static int __init adder875_probe(void)
return of_flat_dt_is_compatible(root, "analogue-and-micro,adder875"); return of_flat_dt_is_compatible(root, "analogue-and-micro,adder875");
} }
static __initdata struct of_device_id of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{}, {},
}; };
......
...@@ -147,7 +147,7 @@ static int __init ep88xc_probe(void) ...@@ -147,7 +147,7 @@ static int __init ep88xc_probe(void)
return of_flat_dt_is_compatible(root, "fsl,ep88xc"); return of_flat_dt_is_compatible(root, "fsl,ep88xc");
} }
static struct of_device_id __initdata of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .name = "soc", }, { .name = "soc", },
{ .name = "cpm", }, { .name = "cpm", },
{ .name = "localbus", }, { .name = "localbus", },
......
...@@ -122,7 +122,7 @@ static int __init mpc86xads_probe(void) ...@@ -122,7 +122,7 @@ static int __init mpc86xads_probe(void)
return of_flat_dt_is_compatible(root, "fsl,mpc866ads"); return of_flat_dt_is_compatible(root, "fsl,mpc866ads");
} }
static struct of_device_id __initdata of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .name = "soc", }, { .name = "soc", },
{ .name = "cpm", }, { .name = "cpm", },
{ .name = "localbus", }, { .name = "localbus", },
......
...@@ -197,7 +197,7 @@ static int __init mpc885ads_probe(void) ...@@ -197,7 +197,7 @@ static int __init mpc885ads_probe(void)
return of_flat_dt_is_compatible(root, "fsl,mpc885ads"); return of_flat_dt_is_compatible(root, "fsl,mpc885ads");
} }
static struct of_device_id __initdata of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .name = "soc", }, { .name = "soc", },
{ .name = "cpm", }, { .name = "cpm", },
{ .name = "localbus", }, { .name = "localbus", },
......
...@@ -124,7 +124,7 @@ static int __init tqm8xx_probe(void) ...@@ -124,7 +124,7 @@ static int __init tqm8xx_probe(void)
return of_flat_dt_is_compatible(node, "tqc,tqm8xx"); return of_flat_dt_is_compatible(node, "tqc,tqm8xx");
} }
static struct of_device_id __initdata of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .name = "soc", }, { .name = "soc", },
{ .name = "cpm", }, { .name = "cpm", },
{ .name = "localbus", }, { .name = "localbus", },
......
...@@ -454,7 +454,7 @@ static struct celleb_phb_spec celleb_fake_pci_spec __initdata = { ...@@ -454,7 +454,7 @@ static struct celleb_phb_spec celleb_fake_pci_spec __initdata = {
.setup = celleb_setup_fake_pci, .setup = celleb_setup_fake_pci,
}; };
static struct of_device_id celleb_phb_match[] __initdata = { static const struct of_device_id celleb_phb_match[] __initconst = {
{ {
.name = "pci-pseudo", .name = "pci-pseudo",
.data = &celleb_fake_pci_spec, .data = &celleb_fake_pci_spec,
......
...@@ -102,7 +102,7 @@ static void __init celleb_setup_arch_common(void) ...@@ -102,7 +102,7 @@ static void __init celleb_setup_arch_common(void)
#endif #endif
} }
static struct of_device_id celleb_bus_ids[] __initdata = { static const struct of_device_id celleb_bus_ids[] __initconst = {
{ .type = "scc", }, { .type = "scc", },
{ .type = "ioif", }, /* old style */ { .type = "ioif", }, /* old style */
{}, {},
......
...@@ -90,7 +90,7 @@ define_machine(gamecube) { ...@@ -90,7 +90,7 @@ define_machine(gamecube) {
}; };
static struct of_device_id gamecube_of_bus[] = { static const struct of_device_id gamecube_of_bus[] = {
{ .compatible = "nintendo,flipper", }, { .compatible = "nintendo,flipper", },
{ }, { },
}; };
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "mpc10x.h" #include "mpc10x.h"
static __initdata struct of_device_id of_bus_ids[] = { static const struct of_device_id of_bus_ids[] __initconst = {
{ .type = "soc", }, { .type = "soc", },
{ .compatible = "simple-bus", }, { .compatible = "simple-bus", },
{}, {},
......
...@@ -149,7 +149,7 @@ static int __init mvme5100_add_bridge(struct device_node *dev) ...@@ -149,7 +149,7 @@ static int __init mvme5100_add_bridge(struct device_node *dev)
return 0; return 0;
} }
static struct of_device_id mvme5100_of_bus_ids[] __initdata = { static const struct of_device_id mvme5100_of_bus_ids[] __initconst = {
{ .compatible = "hawk-bridge", }, { .compatible = "hawk-bridge", },
{}, {},
}; };
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "mpc10x.h" #include "mpc10x.h"
static __initdata struct of_device_id storcenter_of_bus[] = { static const struct of_device_id storcenter_of_bus[] __initconst = {
{ .name = "soc", }, { .name = "soc", },
{}, {},
}; };
......
...@@ -235,7 +235,7 @@ define_machine(wii) { ...@@ -235,7 +235,7 @@ define_machine(wii) {
.machine_shutdown = wii_shutdown, .machine_shutdown = wii_shutdown,
}; };
static struct of_device_id wii_of_bus[] = { static const struct of_device_id wii_of_bus[] = {
{ .compatible = "nintendo,hollywood", }, { .compatible = "nintendo,hollywood", },
{ }, { },
}; };
......
...@@ -290,7 +290,7 @@ static int gpio_mdio_remove(struct platform_device *dev) ...@@ -290,7 +290,7 @@ static int gpio_mdio_remove(struct platform_device *dev)
return 0; return 0;
} }
static struct of_device_id gpio_mdio_match[] = static const struct of_device_id gpio_mdio_match[] =
{ {
{ {
.compatible = "gpio-mdio", .compatible = "gpio-mdio",
......
...@@ -393,7 +393,7 @@ static inline void pasemi_pcmcia_init(void) ...@@ -393,7 +393,7 @@ static inline void pasemi_pcmcia_init(void)
#endif #endif
static struct of_device_id pasemi_bus_ids[] = { static const struct of_device_id pasemi_bus_ids[] = {
/* Unfortunately needed for legacy firmwares */ /* Unfortunately needed for legacy firmwares */
{ .type = "localbus", }, { .type = "localbus", },
{ .type = "sdc", }, { .type = "sdc", },
......
...@@ -314,7 +314,7 @@ axon_ram_remove(struct platform_device *device) ...@@ -314,7 +314,7 @@ axon_ram_remove(struct platform_device *device)
return 0; return 0;
} }
static struct of_device_id axon_ram_device_id[] = { static const struct of_device_id axon_ram_device_id[] = {
{ {
.type = "dma-memory" .type = "dma-memory"
}, },
......
...@@ -171,7 +171,7 @@ static int mpc85xx_l2ctlr_of_remove(struct platform_device *dev) ...@@ -171,7 +171,7 @@ static int mpc85xx_l2ctlr_of_remove(struct platform_device *dev)
return 0; return 0;
} }
static struct of_device_id mpc85xx_l2ctlr_of_match[] = { static const struct of_device_id mpc85xx_l2ctlr_of_match[] = {
{ {
.compatible = "fsl,p2020-l2-cache-controller", .compatible = "fsl,p2020-l2-cache-controller",
}, },
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/* These functions provide the necessary setup for the mv64x60 drivers. */ /* These functions provide the necessary setup for the mv64x60 drivers. */
static struct of_device_id __initdata of_mv64x60_devices[] = { static const struct of_device_id of_mv64x60_devices[] __initconst = {
{ .compatible = "marvell,mv64306-devctrl", }, { .compatible = "marvell,mv64306-devctrl", },
{} {}
}; };
......
...@@ -101,7 +101,7 @@ static irqreturn_t pmi_irq_handler(int irq, void *dev_id) ...@@ -101,7 +101,7 @@ static irqreturn_t pmi_irq_handler(int irq, void *dev_id)
} }
static struct of_device_id pmi_match[] = { static const struct of_device_id pmi_match[] = {
{ .type = "ibm,pmi", .name = "ibm,pmi" }, { .type = "ibm,pmi", .name = "ibm,pmi" },
{ .type = "ibm,pmi" }, { .type = "ibm,pmi" },
{}, {},
......
...@@ -265,7 +265,7 @@ static void __init xilinx_i8259_setup_cascade(void) ...@@ -265,7 +265,7 @@ static void __init xilinx_i8259_setup_cascade(void)
static inline void xilinx_i8259_setup_cascade(void) { return; } static inline void xilinx_i8259_setup_cascade(void) { return; }
#endif /* defined(CONFIG_PPC_I8259) */ #endif /* defined(CONFIG_PPC_I8259) */
static struct of_device_id xilinx_intc_match[] __initconst = { static const struct of_device_id xilinx_intc_match[] __initconst = {
{ .compatible = "xlnx,opb-intc-1.00.c", }, { .compatible = "xlnx,opb-intc-1.00.c", },
{ .compatible = "xlnx,xps-intc-1.00.a", }, { .compatible = "xlnx,xps-intc-1.00.a", },
{} {}
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#define PCI_HOST_ENABLE_CMD PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY #define PCI_HOST_ENABLE_CMD PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY
static struct of_device_id xilinx_pci_match[] = { static const struct of_device_id xilinx_pci_match[] = {
{ .compatible = "xlnx,plbv46-pci-1.03.a", }, { .compatible = "xlnx,plbv46-pci-1.03.a", },
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment