| commit | f39d5b72913e2a9ff00ba5ab145ee05a888b1286 | [log] [tgz] |
|---|---|---|
| author | Bjorn Helgaas <bhelgaas@google.com> | Fri Apr 12 12:02:59 2013 -0600 |
| committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Apr 17 10:21:17 2013 -0600 |
| tree | bf037ca60a3724a7636166093b4b2ede4aeaf464 | |
| parent | 9fc9eea09f518b9bbdc0a14ef668698c913ba614 [diff] |
PCI: Remove "extern" from function declarations We had an inconsistent mix of using and omitting the "extern" keyword on function declarations in header files. This removes them all. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>