diff options
author | Dave Airlie <airlied@redhat.com> | 2010-03-01 11:50:01 +0100 |
---|---|---|
committer | Dave Airlie <airlied@ppcg5.localdomain> | 2010-03-01 12:21:58 +0100 |
commit | 8edb381d6705811b278527907a5ae2a9c4db8074 (patch) | |
tree | 3e9c0c6474eba65cfafc2652c49be002ae76a493 /include | |
parent | drm/radeon: Fix printf type warning in 64bit system. (diff) | |
download | linux-8edb381d6705811b278527907a5ae2a9c4db8074.tar.xz linux-8edb381d6705811b278527907a5ae2a9c4db8074.zip |
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 'include')
-rw-r--r-- | include/linux/vga_switcheroo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/vga_switcheroo.h b/include/linux/vga_switcheroo.h index 4b58ab1e8612..ae9ab13b963d 100644 --- a/include/linux/vga_switcheroo.h +++ b/include/linux/vga_switcheroo.h @@ -7,7 +7,6 @@ * vga_switcheroo.h - Support for laptop with dual GPU using one set of outputs */ -#include <acpi/acpi.h> #include <linux/fb.h> enum vga_switcheroo_state { |