These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / video / fbdev / omap2 / displays-new / panel-sony-acx565akm.c
index 90cbc4c..31efcca 100644 (file)
@@ -898,11 +898,11 @@ static const struct of_device_id acx565akm_of_match[] = {
        { .compatible = "omapdss,sony,acx565akm", },
        {},
 };
+MODULE_DEVICE_TABLE(of, acx565akm_of_match);
 
 static struct spi_driver acx565akm_driver = {
        .driver = {
                .name   = "acx565akm",
-               .owner  = THIS_MODULE,
                .of_match_table = acx565akm_of_match,
                .suppress_bind_attrs = true,
        },