PCI: Remove "extern" from function declarations
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 12 Apr 2013 18:02:59 +0000 (12:02 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 17 Apr 2013 16:21:17 +0000 (10:21 -0600)
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>

No differences found