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>
This commit is contained in:
Dave Airlie
2010-03-01 21:50:01 +11:00
committed by Dave Airlie
parent 55a5cb5d59
commit 8edb381d67
7 changed files with 24 additions and 6 deletions

View File

@@ -25,9 +25,6 @@
#include <linux/debugfs.h>
#include <linux/fb.h>
#include <acpi/acpi.h>
#include <acpi/acpi_bus.h>
#include <linux/pci.h>
#include <linux/vga_switcheroo.h>