x86/PCI: Mark PCI BIOS initialization code as such
authorMathias Krause <minipli@googlemail.com>
Mon, 25 Aug 2014 21:26:39 +0000 (23:26 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 24 Sep 2014 12:46:27 +0000 (06:46 -0600)
commit615f77511e4fafa9e67a5b84d8d886dde4f297df
tree3a4e1a5bf08d6b365df3233c63b04f06f3e3c84d
parent6af13bac777aaec7460475a9fea8e9640c4b606e
x86/PCI: Mark PCI BIOS initialization code as such

The pci_find_bios() function is only ever called from initialization code,
therefore can be marked as such, too.  This, in turn, allows marking other
functions called only in this context as well.

The bios32_indirect variable can be marked as __initdata as it is only
referenced from __init functions now.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
arch/x86/pci/pcbios.c
This page took 0.024665 seconds and 5 git commands to generate.