diff options
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | 2016-10-20 14:17:18 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-10-24 12:17:43 +1100 |
commit | 0074e3d9446e7174a2bff8562241f5cb9eee547e (patch) | |
tree | 1dfcc9e2519aea4d21d78e83d86d6581f9aa9b56 /include/p7ioc.h | |
parent | 18d590eee08be63b5971a4e2a80d571c86b3a305 (diff) | |
download | talos-skiboot-0074e3d9446e7174a2bff8562241f5cb9eee547e.tar.gz talos-skiboot-0074e3d9446e7174a2bff8562241f5cb9eee547e.zip |
pci: Remove obsoleted PCI slot pfreset() operation
PCI slot pfreset() operation is obsoleted as nobody uses it. This
removes it and the related PCI slot states. No functional changes
introduced.
Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Acked-by: Russell Currey <ruscur@russell.cc>
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/p7ioc.h')
-rw-r--r-- | include/p7ioc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/p7ioc.h b/include/p7ioc.h index ab199452..8040b3a9 100644 --- a/include/p7ioc.h +++ b/include/p7ioc.h @@ -225,8 +225,6 @@ enum p7ioc_phb_state { #define P7IOC_SLOT_FRESET_POWER_ON (P7IOC_SLOT_FRESET + 4) #define P7IOC_SLOT_FRESET_ASSERT (P7IOC_SLOT_FRESET + 5) #define P7IOC_SLOT_FRESET_DEASSERT (P7IOC_SLOT_FRESET + 6) -#define P7IOC_SLOT_PFRESET PCI_SLOT_STATE_PFRESET -#define P7IOC_SLOT_PFRESET_START (P7IOC_SLOT_PFRESET + 1) #define P7IOC_SLOT_CRESET PCI_SLOT_STATE_CRESET #define P7IOC_SLOT_CRESET_START (P7IOC_SLOT_CRESET + 1) |