]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpio/gpio-msm-v2.c
Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-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)
 {