From a768deae7346c5de740723331e3eb5ee04746bfe Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 6 Mar 2021 14:13:58 +0100 Subject: device: Give `pci_ops.set_L1_ss_latency` a proper name Rename `set_L1_ss_latency` to what it does: `set_ltr_max_latencies`. TEST=Built google/brya0 with BUILD_TIMELESS=1: no changes. Change-Id: I7008aa18bf80d6709dce1b2d3bfbb5ea407a0574 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/51326 Reviewed-by: Angel Pons Reviewed-by: Aaron Durbin Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/include/device/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/device/pci.h') diff --git a/src/include/device/pci.h b/src/include/device/pci.h index 045eec1aa6..e80cb22907 100644 --- a/src/include/device/pci.h +++ b/src/include/device/pci.h @@ -31,7 +31,7 @@ struct pci_operations { /* set the Subsystem IDs for the PCI device */ void (*set_subsystem)(struct device *dev, unsigned int vendor, unsigned int device); - void (*set_L1_ss_latency)(struct device *dev, unsigned int off); + void (*set_ltr_max_latencies)(struct device *dev, unsigned int off); }; struct pci_driver { -- cgit v1.2.3