Staging: octeon: constify of_device_id array
[linux-2.6-block.git] / drivers / staging / octeon-usb / octeon-hcd.c
index 1daeb3125a1ff979662fc317b8ac0d303c0368e5..959123279ce837ba82b3e774b1dd7727734304b9 100644 (file)
@@ -3885,7 +3885,7 @@ static int octeon_usb_remove(struct platform_device *pdev)
        return 0;
 }
 
-static struct of_device_id octeon_usb_match[] = {
+static const struct of_device_id octeon_usb_match[] = {
        {
                .compatible = "cavium,octeon-5750-usbc",
        },