From: Alex Chiang Date: Mon, 1 Dec 2008 20:09:59 +0000 (-0700) Subject: PCI: ibmphp: stop managing hotplug_slot->name X-Git-Tag: v2.6.27.8~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ff4e98319a0db985b845282b442cc4dc8816be;p=pandora-kernel.git PCI: ibmphp: stop managing hotplug_slot->name commit a32615a1a661f83661e8a26c3bc7763f716da8f3 upstream. We no longer need to manage our version of hotplug_slot->name since the PCI and hotplug core manage it on our behalf. Now, we simply advise the PCI core of the name that we would like, and let the core take care of the rest. Additionally, slightly rearrange the members of struct slot so they are naturally aligned to eliminate holes. Cc: kristen.c.accardi@intel.com Acked-by: Kenji Kaneshige Signed-off-by: Alex Chiang Signed-off-by: Jesse Barnes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed