summaryrefslogtreecommitdiff
path: root/include/linux/node.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-02-02 22:32:23 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-02 15:04:30 -0800
commit4105717bc98ba01663ff28f8a16d8716ba9d07fe (patch)
treeadfb3486587a21894035e31ceab84c1c44b8529f /include/linux/node.h
parentd5f78fb0c8ab7f929f94fa4087a2397ac8d29a30 (diff)
downloadkernel-4105717bc98ba01663ff28f8a16d8716ba9d07fe.tar.gz
PCI: fix section mismatch warnings referring to pci_do_scan_bus
Fix following warnings: WARNING: o-x86_64/drivers/pci/built-in.o(.text+0xb054): Section mismatch in reference from the function cpci_configure_slot() to the function .devinit.text:pci_do_scan_bus() WARNING: o-x86_64/drivers/pci/built-in.o(.text+0x153ab): Section mismatch in reference from the function shpchp_configure_device() to the function .devinit.text:pci_do_scan_bus() WARNING: o-x86_64/drivers/pci/built-in.o(__ksymtab+0xc0): Section mismatch in reference from the variable __ksymtab_pci_do_scan_bus to the function .devinit.text:pci_do_scan_bus() PCI hotplug were the only user of pci_do_scan_bus() so moving this function to a separate file that is build only when we enable CONFIG_HOTPLUG_PCI. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Adrian Bunk <bunk@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/node.h')
0 files changed, 0 insertions, 0 deletions
5741933dfdb0cf7162c6e9b8854e'>net/tcp: Add TCP-AO SNE supportDmitry Safonov 2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov 2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov 2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov 2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov 2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov 2023-10-27net/tcp: Add AO sign to RST packetsDmitry Safonov 2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov 2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov 2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov 2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov 2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov 2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov