drivers: net: cpsw: remove child devices while driver detach
[firefly-linux-kernel-4.4.55.git] / drivers / pinctrl / pinctrl-tegra30.c
index fe2d2cf78ad9f511b7de3074926c2b72f9cc9acd..e7b72e916558ce76b585f5f49c4f9468293b6be7 100644 (file)
@@ -2484,7 +2484,7 @@ static int tegra30_pinctrl_probe(struct platform_device *pdev)
        return tegra_pinctrl_probe(pdev, &tegra30_pinctrl);
 }
 
-static struct of_device_id tegra30_pinctrl_of_match[] = {
+static const struct of_device_id tegra30_pinctrl_of_match[] = {
        { .compatible = "nvidia,tegra30-pinmux", },
        { },
 };