mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
amd_pmf_get_ta_custom_bios_inputs() is used by non-debug features.
Fix the build on !CONFIG_AMD_PMF_DEBUG by moving
amd_pmf_get_ta_custom_bios_inputs() outside the ifdef CONFIG_AMD_PMF_DEBUG.
Fixes:
|
||
|---|---|---|
| .. | ||
| acpi.c | ||
| auto-mode.c | ||
| cnqf.c | ||
| core.c | ||
| Kconfig | ||
| Makefile | ||
| metrics.c | ||
| pmf.h | ||
| spc.c | ||
| sps.c | ||
| tee-if.c | ||
| util.c | ||