From: Sam Ravnborg Date: Tue, 27 Feb 2007 09:19:17 +0000 (+0100) Subject: pcie: fix section mismatch warning X-Git-Tag: v2.6.21-rc4~53^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3603a6a37c5f5c6a2b109fdb48c9456f08aebdd8;p=pandora-kernel.git pcie: 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:pcie_portdrv_probe from .data between 'pcie_portdrv' (at offset 0xe40) and 'pcie_portdrv_err_handler' This warning was fixed by renaming pcie_portdrv to pcie_portdriver so we pass the whitelist. Signed-off-by: Sam Ravnborg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed