All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: IBM PCI Hotplug driver doesn't compile in 2.4.19-pre4
Date: Fri, 22 Mar 2002 11:53:38 -0800	[thread overview]
Message-ID: <20020322195338.GI9629@kroah.com> (raw)
In-Reply-To: <Pine.NEB.4.44.0203212148280.2125-100000@mimas.fachschaften.tu-muenchen.de>

On Thu, Mar 21, 2002 at 09:51:30PM +0100, Adrian Bunk wrote:
> 
> Building a kernel with the IBM PCI Hotplug driver statically included
> fails at the final linking stage with a:

Nevermind about the .config.

Let me know if the patch below does not solve this for you.

thanks,

greg k-h


diff -Nru a/drivers/hotplug/ibmphp_core.c b/drivers/hotplug/ibmphp_core.c
--- a/drivers/hotplug/ibmphp_core.c	Fri Mar 22 11:47:34 2002
+++ b/drivers/hotplug/ibmphp_core.c	Fri Mar 22 11:47:34 2002
@@ -56,7 +56,7 @@
 MODULE_DESCRIPTION (DRIVER_DESC);
 
 static int *ops[MAX_OPS + 1];
-static struct pci_ops *ibmphp_pci_root_ops;
+struct pci_ops *ibmphp_pci_root_ops;
 static int max_slots;
 
 static int irqs[16];    /* PIC mode IRQ's we're using so far (in case MPS tables don't provide default info for empty slots */

  parent reply	other threads:[~2002-03-22 19:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-21 20:51 IBM PCI Hotplug driver doesn't compile in 2.4.19-pre4 Adrian Bunk
2002-03-22 19:48 ` Greg KH
2002-03-22 19:53 ` Greg KH [this message]
2002-03-22 20:33   ` Adrian Bunk

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=20020322195338.GI9629@kroah.com \
    --to=greg@kroah.com \
    --cc=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.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.