Skip to content

Commit

Permalink
drm/i915: Drop unnecessary #include <linux/vga_switcheroo.h>
Browse files Browse the repository at this point in the history
Commit 599bbb9 ("drm/i915: i915 cannot provide switcher services.")
removed all remaining vga_switcheroo symbols from intel_acpi.c but left
the include. Drop it.

Signed-off-by: Lukas Wunner <lukas@wunner.de>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Lukas Wunner authored and Daniel Vetter committed Oct 13, 2015
1 parent 80bea18 commit adfb467
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/intel_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
#include <linux/pci.h>
#include <linux/acpi.h>
#include <linux/vga_switcheroo.h>
#include <drm/drmP.h>
#include "i915_drv.h"

Expand Down

0 comments on commit adfb467

Please sign in to comment.