|
@@ -233,7 +233,7 @@ static int tegra_pwm_remove(struct platform_device *pdev)
|
|
|
return pwmchip_remove(&pc->chip);
|
|
|
}
|
|
|
|
|
|
-static struct of_device_id tegra_pwm_of_match[] = {
|
|
|
+static const struct of_device_id tegra_pwm_of_match[] = {
|
|
|
{ .compatible = "nvidia,tegra20-pwm" },
|
|
|
{ .compatible = "nvidia,tegra30-pwm" },
|
|
|
{ }
|