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)
commitd4182e35aa4ae358c024ca3d370fb3cc3da30eb7
treed049b74aa24829293aa686de18f46211a9da2325
parent54255e818ef7a5e968c0230bc75649a68932d8ca
drm: omapdrm: tiler: Remove unneded module alias for tiler

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