diff options
author | 2016-03-19 16:12:13 +0100 | |
---|---|---|
committer | 2016-05-02 13:08:56 -0400 | |
commit | 379548f509b5d4bdfcf252dd33093a45c01ce0d8 (patch) | |
tree | c76d63101faa7a04b4b78d0fee45ccdc6864da0d /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | drm/radeon: delete unused struct member suspend from radeon_device (diff) | |
download | wireguard-linux-379548f509b5d4bdfcf252dd33093a45c01ce0d8.tar.xz wireguard-linux-379548f509b5d4bdfcf252dd33093a45c01ce0d8.zip |
drm/amdgpu: do not store bios_header_start in amdgpu_device
It is only used locally in amdgpu_get_bios
Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@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 e33b18587769..2c2f2349dd82 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1924,7 +1924,6 @@ struct amdgpu_device { /* BIOS */ uint8_t *bios; bool is_atom_bios; - uint16_t bios_header_start; struct amdgpu_bo *stollen_vga_memory; uint32_t bios_scratch[AMDGPU_BIOS_NUM_SCRATCH]; |