Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47157744 authored by Lukas Wunner's avatar Lukas Wunner Committed by Alex Deucher
Browse files

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 d7a2952f ("drm/radeon: Add
support for the ATIF ACPI method to the radeon driver").

Added to radeon_asic.c by commit 0a10c851 ("drm/radeon: create
radeon_asic.c").

Added to radeon_bios.c by commit 6a9ee8af ("vga_switcheroo:
initial implementation (v15)").

Signed-off-by: default avatarLukas Wunner <lukas@wunner.de>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7dfac896
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include <drm/drm_crtc_helper.h>
#include <drm/radeon_drm.h>
#include <linux/vgaarb.h>
#include <linux/vga_switcheroo.h>
#include "radeon_reg.h"
#include "radeon.h"
#include "radeon_asic.h"
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#include "radeon.h"
#include "atom.h"

#include <linux/vga_switcheroo.h>
#include <linux/slab.h>
#include <linux/acpi.h>
/*