From: Sam Ravnborg Date: Tue, 27 Feb 2007 09:22:00 +0000 (+0100) Subject: PCI: aer: fix section mismatch warning X-Git-Tag: v2.6.21-rc4~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1996c2778e90f80cb9fc6a52508068f10d39611;p=pandora-kernel.git PCI: aer: fix section mismatch warning Fix following section mismatch warning (when compiled with CONFIG_HOTPLUG=n): WARNING: drivers/pci/built-in.o - Section mismatch: reference to .init.text:aer_probe from .data between 'aerdrv' (at offset 0x1608) and 'aer_error_handlers' Warning was fixed by renaming aerdrv to aerdriver so we pass the whitelist. Signed-off-by: Sam Ravnborg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed