diff options
author | Frederic Barrat <[email protected]> | 2016-03-04 12:26:44 +0100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2016-03-09 23:40:02 +1100 |
commit | 0d3a13fbf1d1f3323d04499a727c17c80d156168 (patch) | |
tree | 3a1df081999621115225bace8c5d495b223eb5be /tools/perf/scripts/python | |
parent | ca946d4e4a390a5121bfc9076d85be0ddd55c266 (diff) |
cxl: Remove cxl_get_phys_dev() kernel API
The cxl_get_phys_dev() API returns a struct device pointer which could
belong to either a struct pci_dev (bare-metal) or platform_device
(powerVM). To avoid potential problems in drivers, remove that API. It
was introduced to allow drivers to read the VPD of the adapter, but
the cxl driver now provides the cxl_pci_read_adapter_vpd() API for
that purpose.
Co-authored-by: Christophe Lombard <[email protected]>
Signed-off-by: Frederic Barrat <[email protected]>
Signed-off-by: Christophe Lombard <[email protected]>
Acked-by: Ian Munsie <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions