]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe964d7d382e590a371de964c2433d674eecd52b
treee7d0f00aacad3db7c4fad222ad8c53dc9e96130e
parent3522af2c7a6352aea1340c47a5d7a0e85c1b7d81
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