diff -Naurp ./drivers/pci/hotplug/cpcihp_generic.c~cpcihp_charp ./drivers/pci/hotplug/cpcihp_generic.c --- ./drivers/pci/hotplug/cpcihp_generic.c~cpcihp_charp 2004-11-16 13:33:33.572046536 -0800 +++ ./drivers/pci/hotplug/cpcihp_generic.c 2004-11-16 14:30:06.588229672 -0800 @@ -63,7 +63,7 @@ /* local variables */ static int debug; -static char bridge[256]; +static char *bridge; static u8 bridge_busnr; static u8 bridge_slot; static struct pci_bus *bus;