diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2018-05-31 19:42:11 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-06-04 20:08:06 +0300 |
commit | 90cc0c3cc7092ea4c7871fdd5fb00a9ba62842e3 (patch) | |
tree | 8593d15501ff0b65aadbe7840e9ce3d600469508 /drivers/pci/hotplug/shpchp.h | |
parent | bed4e9cfab93a0f3d0144cb919820e6d5c40b8b1 (diff) | |
download | linux-90cc0c3cc7092ea4c7871fdd5fb00a9ba62842e3.tar.xz |
PCI: shpchp: Add shpchp_is_native()
In the same way we do for pciehp, add shpchp_is_native(), which returns
true if the bridge should be handled by the native SHPC driver. Then
convert the driver to use this function.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/shpchp.h')
-rw-r--r-- | drivers/pci/hotplug/shpchp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/shpchp.h b/drivers/pci/hotplug/shpchp.h index 9675ab757323..516e4835019c 100644 --- a/drivers/pci/hotplug/shpchp.h +++ b/drivers/pci/hotplug/shpchp.h @@ -105,7 +105,6 @@ struct controller { }; /* Define AMD SHPC ID */ -#define PCI_DEVICE_ID_AMD_GOLAM_7450 0x7450 #define PCI_DEVICE_ID_AMD_POGO_7458 0x7458 /* AMD PCI-X bridge registers */ |