From: Mathias Krause Date: Mon, 25 Aug 2014 21:26:39 +0000 (+0200) Subject: x86/PCI: Mark PCI BIOS initialization code as such X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~10^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=615f77511e4fafa9e67a5b84d8d886dde4f297df;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas Acked-by: Ingo Molnar --- Reading git-diff-tree failed