USB host: make Open Firmware device id constant
[safe/jmp/linux-2.6] / drivers / usb / host / ehci-ppc-of.c
index 36f96da..870b98e 100644 (file)
@@ -264,7 +264,7 @@ static int ehci_hcd_ppc_of_shutdown(struct of_device *op)
 }
 
 
-static struct of_device_id ehci_hcd_ppc_of_match[] = {
+static const struct of_device_id ehci_hcd_ppc_of_match[] = {
        {
                .compatible = "usb-ehci",
        },