aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/vga/vga_switcheroo.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-03-01 05:50:01 -0500
committerDave Airlie <airlied@ppcg5.localdomain>2010-03-01 06:21:58 -0500
commit8edb381d6705811b278527907a5ae2a9c4db8074 (patch)
tree3e9c0c6474eba65cfafc2652c49be002ae76a493 /drivers/gpu/vga/vga_switcheroo.c
parent55a5cb5d594c18b3147a2288b00ea359c1a38cf8 (diff)
vga_switcheroo: fix build on platforms with no ACPI
radeon was always including the atpx code unnecessarily, also core switcheroo was including acpi headers. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/vga/vga_switcheroo.c')
-rw-r--r--drivers/gpu/vga/vga_switcheroo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/vga/vga_switcheroo.c b/drivers/gpu/vga/vga_switcheroo.c
index a3f587a0aba9..d6d1149d525d 100644
--- a/drivers/gpu/vga/vga_switcheroo.c
+++ b/drivers/gpu/vga/vga_switcheroo.c
@@ -25,9 +25,6 @@
25#include <linux/debugfs.h> 25#include <linux/debugfs.h>
26#include <linux/fb.h> 26#include <linux/fb.h>
27 27
28#include <acpi/acpi.h>
29#include <acpi/acpi_bus.h>
30
31#include <linux/pci.h> 28#include <linux/pci.h>
32#include <linux/vga_switcheroo.h> 29#include <linux/vga_switcheroo.h>
33 30