From: Bjorn Helgaas Date: Tue, 14 Jan 2014 00:01:11 +0000 (-0700) Subject: PCI: Reorder so actual code comes before stubs X-Git-Tag: v3.14-rc1~132^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c85980429f2769bd11c91c7cd90d297aef31fbd;p=pandora-kernel.git PCI: Reorder so actual code comes before stubs Consistently use the: #ifdef CONFIG_PCI_FOO int pci_foo(...); #else static inline int pci_foo(...) { return -1; } #endif pattern, instead of sometimes using "#ifndef CONFIG_PCI_FOO". No functional change. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed