From: Joonyoung Shim Date: Fri, 16 Mar 2012 09:47:08 +0000 (+0900) Subject: drm/exynos: remove module of exynos drm subdrv X-Git-Tag: v3.4-rc1~143^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=132a5b915f41f88356662c14c6866550ce2a08b6;p=pandora-kernel.git drm/exynos: remove module of exynos drm subdrv The exynos drm driver has several subdrv. They each can be module but it causes unfixed probe order of exynodr drm driver and each subdrv. It also needs some weird codes such as exynos_drm_fbdev_reinit and exynos_drm_mode_group_reinit. This patch can remove weird codes and clear codes through we doesn't modularity each subdrv. Also this removes unnecessary codes related module. Signed-off-by: Joonyoung Shim Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park Signed-off-by: Dave Airlie --- Reading git-diff-tree failed