]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>
authorLukas Wunner <lukas@wunner.de>
Mon, 12 Oct 2015 09:15:17 +0000 (11:15 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Oct 2015 20:16:37 +0000 (16:16 -0400)
commite7ad556b518c59679fb59aa8479a7714e36a8346
tree807029d154816d37f432d8d94a2fb731d1790eb0
parentfa37e4a74f81d1963ee3d70b3be72e8c111ecead
drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>

This was added to three files even though they don't use any
vga_switcheroo symbols:

Added to radeon_acpi.c by commit 2d35ee7a55cd ("drm/radeon: Add
support for the ATIF ACPI method to the radeon driver").

Added to radeon_asic.c by commit 59c8f837ae1b ("drm/radeon: create
radeon_asic.c").

Added to radeon_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/radeon/radeon_acpi.c
drivers/gpu/drm/radeon/radeon_asic.c
drivers/gpu/drm/radeon/radeon_bios.c