]> git.hungrycats.org Git - linux/commitdiff
IBM PCI Hotplug driver
authorGreg Kroah-Hartman <greg@kroah.com>
Wed, 10 Apr 2002 03:59:15 +0000 (20:59 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 10 Apr 2002 03:59:15 +0000 (20:59 -0700)
fixed linker bug when driver is compiled into the kernel.

drivers/hotplug/ibmphp_core.c

index dfc0be4ce438146dc0e906e8ea2e006ca65c7d82..d1337f8bc24dcbc97e53b167b085c9a53ab28cda 100644 (file)
@@ -56,7 +56,7 @@ MODULE_LICENSE ("GPL");
 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 */