devicetree: Add Zynq GPIO devicetree bindings documentation
[deliverable/linux.git] / drivers / gpio / gpio-msm-v2.c
index 2baf0ddf7e0230f2b334fc9e25dfca3bbe0205c9..a3351acd4963f2ab754b4760da30fe72b3a95903 100644 (file)
@@ -430,10 +430,11 @@ static int msm_gpio_probe(struct platform_device *pdev)
        return 0;
 }
 
-static struct of_device_id msm_gpio_of_match[] = {
+static const struct of_device_id msm_gpio_of_match[] = {
        { .compatible = "qcom,msm-gpio", },
        { },
 };
+MODULE_DEVICE_TABLE(of, msm_gpio_of_match);
 
 static int msm_gpio_remove(struct platform_device *dev)
 {
This page took 0.03147 seconds and 5 git commands to generate.