commit | de1d3677017a1d58419722b60564cb56bd9462c3 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Mon Jul 22 20:51:42 2013 +0900 |
committer | Inki Dae <daeinki@gmail.com> | Tue Jul 30 02:01:53 2013 +0900 |
tree | 9403e3e016cf8b4fb15b9cc3b27f1b366d9b2086 | |
parent | be348790e46cf3783f265b0ecf9fa9dc68bd6f15 [diff] |
drm/exynos: fix module build error This patch removes all MODULE_DEVICE_TABLE declarations. Exynos drm drivers don't need to create MODULE_DEVICE_TABLE yet because all devices of Exynos drm include in one SoC so they cannot be plugged in as of now. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>