drm/amdkfd: Remove redundant kfd2kgd interface lookup
authorFelix Kuehling <Felix.Kuehling@amd.com>
Wed, 1 Jul 2020 02:28:58 +0000 (22:28 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 Jul 2020 13:02:54 +0000 (09:02 -0400)
commitc12139118bb631d26d359f8e272cedeff0fb7516
tree940bcf2740a6217359899c0e983ab641f4a733b3
parentfa4a882008a71bf18a30c7f548572ecf19882fbd
drm/amdkfd: Remove redundant kfd2kgd interface lookup

kfd_pasid.c isn't using the kfd2kgd interface any more. Remove redundant
code trying to look up a device for finding that interface.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_pasid.c