]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Remove dead static variable
authorRex Zhu <Rex.Zhu@amd.com>
Mon, 19 Nov 2018 10:59:53 +0000 (18:59 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 20 Nov 2018 19:02:09 +0000 (14:02 -0500)
commit399a19c918b70269bab5b73f7b8482fe54251360
tree70da6498034fe7a83d807ea36f2887dc82b75b76
parent3a1dc20f2ed3d96f894759c361de89c79e570ff5
drm/amdgpu: Remove dead static variable

The static struct drm_driver *driver was
not used because drm_pci_init was deprecated

v2: Remove static pointer pdriver(Christian)

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c