mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
PCI Hotplug: move pci_hotplug.h to include/linux/
This makes it possible to build pci hotplug drivers outside of the main kernel tree, and Sam keeps telling me to move local header files to their proper places... Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
fb5f4d7a74
commit
7a54f25cef
23 changed files with 22 additions and 21 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "pci_hotplug.h"
|
||||
#include <linux/pci_hotplug.h>
|
||||
|
||||
extern int ibmphp_debug;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue