diff options
| author | Greg Kroah-Hartman <[email protected]> | 2006-10-14 03:05:19 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2006-10-18 18:36:12 +0000 |
| commit | 7a54f25cef6c763f16c9fd49ae382de162147873 (patch) | |
| tree | e4ca899dfb73e60698821fc0e484c53151e17ed2 /drivers/pci/hotplug/ibmphp.h | |
| parent | change pci hotplug subsystem maintainer to Kristen (diff) | |
| download | kernel-7a54f25cef6c763f16c9fd49ae382de162147873.tar.gz kernel-7a54f25cef6c763f16c9fd49ae382de162147873.zip | |
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 <[email protected]>
Diffstat (limited to 'drivers/pci/hotplug/ibmphp.h')
| -rw-r--r-- | drivers/pci/hotplug/ibmphp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/ibmphp.h b/drivers/pci/hotplug/ibmphp.h index dba6d8ca9bda..612d96301509 100644 --- a/drivers/pci/hotplug/ibmphp.h +++ b/drivers/pci/hotplug/ibmphp.h @@ -30,7 +30,7 @@ * */ -#include "pci_hotplug.h" +#include <linux/pci_hotplug.h> extern int ibmphp_debug; |
