From: Alex Chiang Date: Mon, 1 Dec 2008 20:09:14 +0000 (-0700) Subject: PCI Hotplug core: add 'name' param pci_hp_register interface X-Git-Tag: v2.6.27.8~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381e99c1c801ff56db235120043bf327f32a25dd;p=pandora-kernel.git PCI Hotplug core: add 'name' param pci_hp_register interface commit 1359f2701b96abd9bb69c1273fb995a093b6409a upstream. Update pci_hp_register() to take a const char *name parameter. The motivation for this is to clean up the individual hotplug drivers so that each one does not have to manage its own name. The PCI core should be the place where we manage the name. We update the interface and all callsites first, in a "no functional change" manner, and clean up the drivers later. Cc: kristen.c.accardi@intel.com Acked-by: Kenji Kaneshige Reviewed-by: Matthew Wilcox Signed-off-by: Alex Chiang Signed-off-by: Jesse Barnes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed