mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 01:36:42 +07:00
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>
This commit is contained in:
parent
54255e818e
commit
d4182e35aa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user