]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drm: omapdrm: tiler: Remove unneded module alias for tiler
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 20 Oct 2015 14:48:31 +0000 (15:48 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 31 Dec 2015 09:25:40 +0000 (11:25 +0200)
omap_dmm_tiler.c can't be compiled as a module and it is built
unconditionally as part of omapdrm. Since it can't be used as a module,
there is no need for it to have an unused MODULE_ALIAS().

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c

index 7841970de48d19e10bc23a0bde4a2388b05708f5..51554c959cac6f1c5630fa3cecaf326aae4e3f8e 100644 (file)
@@ -1030,4 +1030,3 @@ struct platform_driver omap_dmm_driver = {
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Andy Gross <andy.gross@ti.com>");
 MODULE_DESCRIPTION("OMAP DMM/Tiler Driver");
-MODULE_ALIAS("platform:" DMM_DRIVER_NAME);