X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fvideo%2Ffbdev%2Fomap2%2Fdisplays-new%2Fpanel-sony-acx565akm.c;h=31efcca801bdce78f68b6e963a4c80694f85b7d1;hb=4c84518523f888994c618585021c76fa499d465e;hp=90cbc4c3406c719909f3495cb97533face292d3c;hpb=0db642151ad80967e9e1c2abf3e19bd7902ecdc9;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/video/fbdev/omap2/displays-new/panel-sony-acx565akm.c b/drivers/video/fbdev/omap2/displays-new/panel-sony-acx565akm.c index 90cbc4c3406c..31efcca801bd 100644 --- a/drivers/video/fbdev/omap2/displays-new/panel-sony-acx565akm.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-sony-acx565akm.c @@ -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, },