• Arnd Bergmann's avatar
    drm/exynos: don't include plat/gpio-cfg.h · 05523d56
    Arnd Bergmann authored
    Patch  9eb3e9e6 "drm/exynos: add support for ARCH_MULTIPLATFORM"
    allowed building the exynos hdmi driver on non-samsung platforms,
    which unfortunately broke compilation in combination with 22c4f428
    "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: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
    Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
    05523d56
exynos_hdmi.c 73.8 KB