]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: don't include plat/gpio-cfg.h
authorArnd Bergmann <arnd@arndb.de>
Mon, 21 Jan 2013 17:16:00 +0000 (17:16 +0000)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Jan 2013 05:38:45 +0000 (14:38 +0900)
commitc6ba11458a181ad59151ca2204c9364c650bd77d
tree1ca3052e1426c3d3e0f0815425b368bd47c060c3
parentfb70402b2b7f350758864d352e7d3925d16b200b
drm/exynos: don't include plat/gpio-cfg.h

Patch  7a371b6332 "drm/exynos: add support for ARCH_MULTIPLATFORM"
allowed building the exynos hdmi driver on non-samsung platforms,
which unfortunately broke compilation in combination with e381ff38bc
"drm: exynos: hdmi: add support for exynos5 hdmi", which added
an inclusion of the samsung-specific plat/gpio-cfg.h header file.

Fortunately, that header file is not required any more here, so
we can simply revert the inclusion in order to build the ARM
allyesconfig again without getting this error:

drivers/gpu/drm/exynos/exynos_hdmi.c:37:27: fatal error: plat/gpio-cfg.h: No such file or directory

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c