Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2

From: Olaf Hering
Date: Fri Oct 20 2006 - 03:23:49 EST


On Fri, Oct 20, Olaf Hering wrote:

> On Wed, Oct 18, Greg KH wrote:
>
> > .../pci/hotplug => include/linux}/pci_hotplug.h | 2
>
> /home/olaf/kernel/mainline/linux-2.6/drivers/pci/hotplug/rpaphp.h:31:25:
> error: pci_hotplug.h: No such file or directory

Use grep instead of make during interface changes.


Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>

---
drivers/pci/hotplug/rpaphp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/drivers/pci/hotplug/rpaphp.h
===================================================================
--- linux-2.6.orig/drivers/pci/hotplug/rpaphp.h
+++ linux-2.6/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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/