From: Stephen Hemminger Date: Sat, 11 Jan 2014 00:14:48 +0000 (-0700) Subject: PCI: Make local functions static X-Git-Tag: v3.14-rc1~132^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b950f0f3c67e42f18c655a3ab3e36ea192635bb;p=pandora-kernel.git PCI: Make local functions static Using 'make namespacecheck' identify code which should be declared static. Checked for users in other driver/archs as well. Compile tested only. This stops exporting the following interfaces to modules: pci_target_state() pci_load_saved_state() [bhelgaas: retained pci_find_next_ext_capability() and pci_cfg_space_size()] Signed-off-by: Stephen Hemminger Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed