ChangeSet 1.1587.12.77, 2004/05/01 21:36:29-07:00, akpm@osdl.org

[PATCH] PCI Hotplug: pciehp-linkage-fix.patch

This fixes allyesconfig


 drivers/pci/hotplug/pciehp_core.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


diff -Nru a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c
--- a/drivers/pci/hotplug/pciehp_core.c	Mon May 17 16:57:58 2004
+++ b/drivers/pci/hotplug/pciehp_core.c	Mon May 17 16:57:58 2004
@@ -43,11 +43,11 @@
 #include "pciehprm.h"
 
 /* Global variables */
-static int pciehp_debug;
-static int pciehp_poll_mode;
-static int pciehp_poll_time;
-static struct controller *pciehp_ctrl_list;
-static struct pci_func *pciehp_slot_list[256];
+int pciehp_debug;
+int pciehp_poll_mode;
+int pciehp_poll_time;
+struct controller *pciehp_ctrl_list;
+struct pci_func *pciehp_slot_list[256];
 
 #define DRIVER_VERSION	"0.4"
 #define DRIVER_AUTHOR	"Dan Zink <dan.zink@compaq.com>, Greg Kroah-Hartman <greg@kroah.com>, Dely Sy <dely.l.sy@intel.com>"
