diff options
author | Olaf Hering <olaf@aepfle.de> | 2006-10-20 09:23:05 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-20 17:56:39 -0700 |
commit | e17e31e388b2e49ff1c9a2bdb39d7aeb2975c19a (patch) | |
tree | 29f366851ef0482585f4becd0318cf2e18e77e9a | |
parent | 559c9ac391c046710bdeee5581dc5d9dda794881 (diff) |
[PATCH] Fix up rpaphp driver for pci hotplug header move
Use grep instead of make during interface changes.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/pci/hotplug/rpaphp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/rpaphp.h b/drivers/pci/hotplug/rpaphp.h index 310b6186c0e5..2e7accf0f734 100644 --- a/drivers/pci/hotplug/rpaphp.h +++ b/drivers/pci/hotplug/rpaphp.h @@ -28,7 +28,7 @@ #define _PPC64PHP_H #include <linux/pci.h> -#include "pci_hotplug.h" +#include <linux/pci_hotplug.h> #define DR_INDICATOR 9002 #define DR_ENTITY_SENSE 9003 |