powerpc: make of_device_ids const
[deliverable/linux.git] / arch / powerpc / sysdev / xilinx_intc.c
index 83f943a8e0db90ed0cf7a700c70f201861db8062..56f0524e47a6f84f723d26a3bf90a2c688b4d051 100644 (file)
@@ -265,7 +265,7 @@ static void __init xilinx_i8259_setup_cascade(void)
 static inline void xilinx_i8259_setup_cascade(void) { return; }
 #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,xps-intc-1.00.a", },
        {}
This page took 0.029844 seconds and 5 git commands to generate.