From: Rafael J. Wysocki Date: Wed, 30 Jan 2013 13:27:37 +0000 (+0100) Subject: ACPI / PCI: Make PCI IRQ link driver use struct acpi_scan_handler X-Git-Tag: v3.9-rc1~146^2~7^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4daeaf68379f75dedd120582add5206c7c5ad72e;p=pandora-kernel.git ACPI / PCI: Make PCI IRQ link driver use struct acpi_scan_handler Make the ACPI PCI IRQ link driver use struct acpi_scan_handler for representing the object used to set up ACPI interrupt links and to remove data structures used for this purpose before unregistering the corresponding ACPI device nodes. This simplifies the code slightly and reduces the kernel's memory footprint by avoiding the registration of a struct device_driver object with the driver core and creation of its sysfs directory which is unnecessary. Signed-off-by: Rafael J. Wysocki Acked-by: Yinghai Lu Acked-by: Toshi Kani --- Reading git-diff-tree failed