Skip to content

Commit

Permalink
drm: omapdrm: tiler: Remove unneded module alias for tiler
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
  • Loading branch information
luisbg authored and tomba committed Dec 31, 2015
1 parent 54255e8 commit d4182e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,4 +1030,3 @@ struct platform_driver omap_dmm_driver = {
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Andy Gross <[email protected]>");
MODULE_DESCRIPTION("OMAP DMM/Tiler Driver");
MODULE_ALIAS("platform:" DMM_DRIVER_NAME);

0 comments on commit d4182e3

Please sign in to comment.