https://bugs.freedesktop.org/show_bug.cgi?id=41265
--- Comment #48 from gyhor@gmx.de 2012-08-17 10:09:17 UTC --- (In reply to comment #46)
Created attachment 65659 [details] [review] fix for all kernels
Here's the patch broken out which should apply to all recent kernels.
for kernel 3.5rc7 i needed additional this part in radeon_bios.c: *** 32,37 **** --- 32,40 ----
#include <linux/vga_switcheroo.h> #include <linux/slab.h> + #ifdef CONFIG_ACPI + #include <linux/acpi.h> + #endif /* * BIOS. */