diff options
author | Christian König <christian.koenig@amd.com> | 2015-09-01 09:13:53 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-10-21 11:35:12 -0400 |
commit | 0c418f10104d4aa1d6b83698790898dc9ef1c12d (patch) | |
tree | 0fe6d3a53c2a9c8d66636124c29b0085b1c00be1 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | b7e4dad3e1fc5d3909737fb72e57aedeb0072c7f (diff) |
drm/amdgpu: remove the exclusive lock
Finally getting rid of it.
Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 911d67032d57..39d96088f7b4 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1955,7 +1955,6 @@ struct amdgpu_device { | |||
1955 | struct device *dev; | 1955 | struct device *dev; |
1956 | struct drm_device *ddev; | 1956 | struct drm_device *ddev; |
1957 | struct pci_dev *pdev; | 1957 | struct pci_dev *pdev; |
1958 | struct rw_semaphore exclusive_lock; | ||
1959 | 1958 | ||
1960 | /* ASIC */ | 1959 | /* ASIC */ |
1961 | enum amd_asic_type asic_type; | 1960 | enum amd_asic_type asic_type; |