drm/gma500: Remove CONFIG_X86 conditionals from source files
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 29 Jan 2021 09:56:03 +0000 (10:56 +0100)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Mon, 1 Feb 2021 10:23:42 +0000 (11:23 +0100)
commit6455af65e978479336309f6c83ce1fc632a2f535
treee7d0f00aacad3db7c4fad222ad8c53dc9e96130e
parent837f23bb4b6002fe2be5dd70de7735133e0f2f28
drm/gma500: Remove CONFIG_X86 conditionals from source files

Remove the CONFIG_X86 conditionals from the source code. The driver
already depends on X86 in the Kconfig file. Also, no one has been
trying to build it on a non-x86 platform recently, or they would have
noticed that drm_ttm_cache_flush() doesn't exist.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210129095604.32423-5-tzimmermann@suse.de
drivers/gpu/drm/gma500/mmu.c