drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Sat, 7 Jan 2017 11:39:11 +0000 (12:39 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 9 Jan 2017 10:30:30 +0000 (11:30 +0100)
commit011cda589938e56eb93685dee8ead0bb0506f9e2
tree2fb018d7b4f477962f7e8e2628a0a9a8634add1a
parent11b3c20bdd15d17382068be569740de1dccb173d
drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"

Removing MMU configuration flag from DRM make few automatic
build failed when they answer yes to all flags.

Add asm/vga.h file on Blackfin architecture to not broke compilation.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Fixes: 62a0d98a188c ("drm: allow to use mmuless SoC")
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1483789151-6603-1-git-send-email-benjamin.gaignard@linaro.org
12 files changed:
arch/blackfin/include/asm/vga.h [new file with mode: 0644]
drivers/gpu/drm/Kconfig
drivers/gpu/drm/ast/Kconfig
drivers/gpu/drm/bochs/Kconfig
drivers/gpu/drm/cirrus/Kconfig
drivers/gpu/drm/gma500/Kconfig
drivers/gpu/drm/hisilicon/hibmc/Kconfig
drivers/gpu/drm/mgag200/Kconfig
drivers/gpu/drm/nouveau/Kconfig
drivers/gpu/drm/qxl/Kconfig
drivers/gpu/drm/virtio/Kconfig
drivers/gpu/drm/vmwgfx/Kconfig