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:
9738abe
)
PCI: Move cpci_hotplug_init() proto to header file
author
Bjorn Helgaas
<bhelgaas@google.com>
Mon, 15 Apr 2013 16:44:18 +0000
(10:44 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Mon, 15 Apr 2013 16:44:18 +0000
(10:44 -0600)
cpci_hotplug_init() and cpci_hotplug_exit() are defined in
cpci_hotplug_core.c but had extern declarations in pci_hotplug_core.c.
This puts the declarations in a header file included both places so
the compiler can help keep everything consistent.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found