All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Greg KH <gregkh@suse.de>
Cc: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz,
	pcihpd-discuss@lists.sourceforge.net
Subject: Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2
Date: Fri, 20 Oct 2006 09:23:05 +0200	[thread overview]
Message-ID: <20061020072305.GA4493@aepfle.de> (raw)
In-Reply-To: <20061020071241.GA4210@aepfle.de>

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@aepfle.de>

---
 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

      reply	other threads:[~2006-10-20  7:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-18 20:02 [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 Greg KH
2006-10-18 22:15 ` Andrew Morton
2006-10-19  0:41   ` Linus Torvalds
2006-10-19 23:43     ` Álvaro Arranz García
2006-10-20  0:02       ` Linus Torvalds
2006-10-21 15:12         ` Álvaro Arranz García
2006-10-20  7:12 ` Olaf Hering
2006-10-20  7:23   ` Olaf Hering [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061020072305.GA4493@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=akpm@osdl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@atrey.karlin.mff.cuni.cz \
    --cc=pcihpd-discuss@lists.sourceforge.net \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.