]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>
authorLukas Wunner <lukas@wunner.de>
Mon, 12 Oct 2015 09:54:18 +0000 (11:54 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Oct 2015 20:16:38 +0000 (16:16 -0400)
commit527c19bb779780b4181c0c1704780cd5f4d4e333
treec35dba3ad8733a660a3e12539fe9db5326c5d426
parentaff7c56c3f57fe20eebb509f648dab3819cba22a
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 2d35ee7a55cd ("drm/radeon: Add
support for the ATIF ACPI method to the radeon driver").

Added to amdgpu_bios.c by commit c9062e65efab ("vga_switcheroo:
initial implementation (v15)").

Signed-off-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c