]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/panel/panel-ld9040.c
Merge branch 'pm-wakeirq'
[karo-tx-linux.git] / drivers / gpu / drm / panel / panel-ld9040.c
index 08cf2c588c3df3d4555f72d62d482b51098e5f0e..9c27bded4c09a0afb1e7955da476f6c19b63bcfc 100644 (file)
@@ -367,18 +367,18 @@ static int ld9040_remove(struct spi_device *spi)
        return 0;
 }
 
-static struct of_device_id ld9040_of_match[] = {
+static const struct of_device_id ld9040_of_match[] = {
        { .compatible = "samsung,ld9040" },
        { }
 };
 MODULE_DEVICE_TABLE(of, ld9040_of_match);
 
 static struct spi_driver ld9040_driver = {
-       .probe          = ld9040_probe,
-       .remove         = ld9040_remove,
+       .probe = ld9040_probe,
+       .remove = ld9040_remove,
        .driver = {
-               .name   = "ld9040",
-               .owner  = THIS_MODULE,
+               .name = "ld9040",
+               .owner = THIS_MODULE,
                .of_match_table = ld9040_of_match,
        },
 };