git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
597db6f
)
PCI: Reorder so actual code comes before stubs
author
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 14 Jan 2014 00:01:11 +0000
(17:01 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 14 Jan 2014 00:01:11 +0000
(17:01 -0700)
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>
No differences found