diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2014-01-13 17:01:11 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-01-13 17:01:11 -0700 |
commit | 4c85980429f2769bd11c91c7cd90d297aef31fbd (patch) | |
tree | 2a73c4e6e09a6047128e56f48102c83671b42a39 /drivers/pci/pcie | |
parent | 597db6f38c4bcb90406d4e2f56446ba5a5dc20c6 (diff) | |
download | blackbird-op-linux-4c85980429f2769bd11c91c7cd90d297aef31fbd.tar.gz blackbird-op-linux-4c85980429f2769bd11c91c7cd90d297aef31fbd.zip |
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 <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/pcie')
0 files changed, 0 insertions, 0 deletions