From: Rafael J. Wysocki Date: Sun, 16 Jan 2011 19:42:43 +0000 (+0100) Subject: PCI / ACPI: Fix build of the AER driver for CONFIG_ACPI unset X-Git-Tag: v2.6.38-rc1~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8fe1e992ae0326a88edbe4d6793e840bbdd4ff;p=pandora-kernel.git PCI / ACPI: Fix build of the AER driver for CONFIG_ACPI unset After commit 415e12b23792 ("PCI/ACPI: Request _OSC control once for each root bridge (v3)") include/linux/pci-acpi.h is included by drivers/pci/pcie/aer/aerdrv.c and if CONFIG_ACPI is unset, the bogus and unnecessary alternative definition of acpi_find_root_bridge_handle() causes a build error to occur. Remove the offending piece of garbage. Reported-and-tested-by: Stephen Rothwell Signed-off-by: Rafael J. Wysocki Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed