[PATCH] PCI: fix namespace clashes
Signed-off-by: Rajesh Shah <rajesh.shah@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b4033c1715
commit
6560aa5c43
@@ -35,13 +35,13 @@
|
||||
#include <linux/slab.h>
|
||||
#include "pciehp.h"
|
||||
|
||||
void get_hp_params_from_firmware(struct pci_dev *dev,
|
||||
void pciehp_get_hp_params_from_firmware(struct pci_dev *dev,
|
||||
struct hotplug_params *hpp)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
int get_hp_hw_control_from_firmware(struct pci_dev *dev)
|
||||
int pciehp_get_hp_hw_control_from_firmware(struct pci_dev *dev)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user