diff options
| author | Lukas Wunner <[email protected]> | 2015-10-12 09:54:18 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2015-10-14 20:16:38 +0000 |
| commit | 3d2ce0d2394c82ac2ab7be8746eaa75042f2c997 (patch) | |
| tree | c35dba3ad8733a660a3e12539fe9db5326c5d426 /drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | |
| parent | drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h> (diff) | |
| download | kernel-3d2ce0d2394c82ac2ab7be8746eaa75042f2c997.tar.gz kernel-3d2ce0d2394c82ac2ab7be8746eaa75042f2c997.zip | |
drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>
This was added to two radeon files even though they don't use any
vga_switcheroo symbols, the amdgpu fork inherited them:
Added to amdgpu_acpi.c by commit d7a2952f1ade ("drm/radeon: Add
support for the ATIF ACPI method to the radeon driver").
Added to amdgpu_bios.c by commit 6a9ee8af344e ("vga_switcheroo:
initial implementation (v15)").
Signed-off-by: Lukas Wunner <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c index aef4a7aac0f7..a142d5ae148d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c @@ -25,7 +25,6 @@ #include <linux/acpi.h> #include <linux/slab.h> #include <linux/power_supply.h> -#include <linux/vga_switcheroo.h> #include <acpi/video.h> #include <drm/drmP.h> #include <drm/drm_crtc_helper.h> |
