diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-06-03 23:19:18 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-07-04 20:16:27 +0300 |
commit | ff32d39b158a27b6a0f1bd6207ad31946c7043e0 (patch) | |
tree | c002c4f62f999116dfee6482601a8725f649ba09 /drivers/gpu/drm/radeon/Makefile | |
parent | 9cc73ce287c9de21f7ecd5c2b7952227528b8e28 (diff) | |
download | linux-ff32d39b158a27b6a0f1bd6207ad31946c7043e0.tar.xz |
radeon: take out dead compat ioctls
Compat wrappers in radeon_ioc32.c had been unreachable since
"drm/radeon: remove UMS support" has removed radeon_driver_old_fops.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/radeon/Makefile')
-rw-r--r-- | drivers/gpu/drm/radeon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/Makefile b/drivers/gpu/drm/radeon/Makefile index 08bd17d3925c..640f8b3f9443 100644 --- a/drivers/gpu/drm/radeon/Makefile +++ b/drivers/gpu/drm/radeon/Makefile @@ -105,7 +105,6 @@ radeon-y += \ vce_v2_0.o \ radeon_kfd.o -radeon-$(CONFIG_COMPAT) += radeon_ioc32.o radeon-$(CONFIG_VGA_SWITCHEROO) += radeon_atpx_handler.o radeon-$(CONFIG_ACPI) += radeon_acpi.o |