Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6:
PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller Driver
PCI: rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLE

+1
+1
drivers/pci/hotplug/ibmphp_ebda.c
··· 963 963 964 964 bus_info_ptr1 = ibmphp_find_same_bus_num (hpc_ptr->slots[index].slot_bus_num); 965 965 if (!bus_info_ptr1) { 966 + kfree(tmp_slot); 966 967 rc = -ENODEV; 967 968 goto error; 968 969 }