commit | b5678a34762edf2c8de1c60c125fea42a8c17e63 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Sun Feb 17 13:23:03 2008 +0100 |
committer | Len Brown <len.brown@intel.com> | Thu Feb 21 02:56:32 2008 -0500 |
tree | 0037e7dc6131f511c99db6ea3d8cf841ca9aebee | |
parent | 7560e385651c60e5ffdf07cb94fa7d1658ab0b7a [diff] |
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 <sam@ravnborg.org> Signed-off-by: Len Brown <len.brown@intel.com>