From: Bjorn Helgaas Date: Mon, 15 Apr 2013 16:44:18 +0000 (-0600) Subject: PCI: Move cpci_hotplug_init() proto to header file X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~143^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3139ba212ddc240656f4bcfc7c946418cd83e19;p=pandora-kernel.git PCI: Move cpci_hotplug_init() proto to header file 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 --- Reading git-diff-tree failed