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)
commit448d105120b1c90d16f19a1c00826a2bfcad87dc
tree70da6498034fe7a83d807ea36f2887dc82b75b76
parent5d240da93edc29adb68320c5e475dc9c7fcad5dd
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