drm/exynos: fix module build error
authorInki Dae <inki.dae@samsung.com>
Mon, 22 Jul 2013 10:57:05 +0000 (19:57 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:43:40 +0000 (11:43 +0900)
commite6d2d43974141baf6e52c54b57a960989344b5b4
treece0cbb29eca21d84e48f2c0d4b25eb87780ef97c
parent8dd6e00ce4dc5d17f04c75b81fd3c0cd1eb71367
drm/exynos: fix module build error

Exynos drm drivers don't need to export device tables because
all devices of Exynos drm include in one SoC so they cannot be
plugged in.

P.S. we need to create MODULE_DEVICE_TABLE in case of enabling
the linux-hotplug system to load the driver automatically when
the device is plugged in.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimd.c
drivers/gpu/drm/exynos/exynos_drm_g2d.c
drivers/gpu/drm/exynos/exynos_drm_rotator.c