drm/radeon: remove r600_blit_shaders.[c|h]
authorTom Rix <trix@redhat.com>
Sat, 9 Apr 2022 17:11:31 +0000 (13:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Apr 2022 17:51:38 +0000 (13:51 -0400)
commit6866a60a8ef7f320eeaf737d4e2428ea40d252ff
treea2082f4993fb6e6f6b843d160d28aef42dab4701
parent1b5c30bf41586fdf4f2313d0b37545975568e29f
drm/radeon: remove r600_blit_shaders.[c|h]

The only use of the global variables in r600_blit_shaders.c
were in the old drivers/gpu/drm/radeon/r600_blit.c
This file was removed in
commit 8333f607a631 ("drm/radeon: remove UMS support")

So remove the r600_blit_shaders.[c|h] files

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/Makefile
drivers/gpu/drm/radeon/r600_blit_shaders.c [deleted file]
drivers/gpu/drm/radeon/r600_blit_shaders.h [deleted file]