]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-twl-led.c
selinux: Remove security_ops extern
[linux.git] / drivers / pwm / pwm-twl-led.c
index f912e87aed885fb9f5da357783063176210427a4..b964470025c5e288a6009817ddb683c679868eb6 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pwm.h>
 #include <linux/i2c/twl.h>
@@ -323,7 +324,7 @@ static int twl_pwmled_remove(struct platform_device *pdev)
 }
 
 #ifdef CONFIG_OF
-static struct of_device_id twl_pwmled_of_match[] = {
+static const struct of_device_id twl_pwmled_of_match[] = {
        { .compatible = "ti,twl4030-pwmled" },
        { .compatible = "ti,twl6030-pwmled" },
        { },
This page took 0.033597 seconds and 4 git commands to generate.