From: Sam Ravnborg Date: Sun, 17 Feb 2008 12:23:03 +0000 (+0100) Subject: ACPI: fix section mismatch in acpi_pci_root_add X-Git-Tag: v2.6.25-rc6~19^2~2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5678a34762edf2c8de1c60c125fea42a8c17e63;p=pandora-kernel.git ACPI: fix section mismatch in acpi_pci_root_add Fix following warning: WARNING: vmlinux.o(.text+0x550e85): Section mismatch in reference from the function acpi_pci_root_add() to the function .devinit.text:pci_acpi_scan_root() acpi_pci_root_add uses a __devinit annotated function and it looks like annotating it __devinit too is the correct fix. Signed-off-by: Sam Ravnborg Signed-off-by: Len Brown --- Reading git-diff-tree failed