From: Marek Belisko Date: Thu, 8 May 2014 20:16:52 +0000 (+0200) Subject: omapdss: panel-tpo-td028ec1: Add module alias X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c84d95058a41445f8d8e6c23965f97a8445df978;p=deliverable%2Flinux.git omapdss: panel-tpo-td028ec1: Add module alias Add module alias string to make it working when panel is compiled as module. Without this change panel module is not probed thus display is not working. Signed-off-by: Marek Belisko Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c b/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c index 5b3466e953b2..728808bcceeb 100644 --- a/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c +++ b/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c @@ -505,6 +505,7 @@ static struct spi_driver td028ttec1_spi_driver = { module_spi_driver(td028ttec1_spi_driver); +MODULE_ALIAS("spi:toppoly,td028ttec1"); MODULE_AUTHOR("H. Nikolaus Schaller "); MODULE_DESCRIPTION("Toppoly TD028TTEC1 panel driver"); MODULE_LICENSE("GPL");