From: Guido Martínez Date: Tue, 17 Jun 2014 14:17:11 +0000 (-0300) Subject: drm/tilcdc: replace late_initcall with module_init X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2023d84d2c3b7a4b8fc5c64c08c59c4e1505e2d3;p=pandora-kernel.git drm/tilcdc: replace late_initcall with module_init Use module_init instead of late_initcall, as is the norm for modular drivers. module_init was used until 6e8de0bd6a51fdeebd5d975c4fcc426f730b339b ("drm/tilcdc: add encoder slave (v2)") changed it to a late_initcall, but it does not explain why. Tests show it's working properly with module_init. Signed-off-by: Guido Martínez Tested-by: Darren Etheridge Signed-off-by: Dave Airlie --- Reading git-diff-tree failed