Hi Anatoly
On 23/4/2021 12:03 PM, Anatoly Burakov wrote:
Currently, ACPI code uses rte_power_info as the struct name, which
gives the appearance that this is an externally visible API. Fix to
use internal namespace.
Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
---
lib/power/power_acpi_cpufreq.c | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
Looks good. This brings the acpi driver code in line with the pstate
driver code, which already
has it's struct called ptate_power_info.
Acked-by: David Hunt <david.h...@intel.com>