Skip to content
Commit 4c859804 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

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: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 597db6f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment