aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel/pmt/class.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2025-07-11 08:24:03 +0000
committerThierry Reding <[email protected]>2025-07-11 12:50:35 +0000
commit83f96a7eaaf0e3ac1b1447f74a8d3b2213187b6e (patch)
treedbd39c3ea66dc06c7fe1fdb893b2ab0a81f38dc0 /drivers/platform/x86/intel/pmt/class.c
parentfirmware: tegra: bpmp: Use of_reserved_mem_region_to_resource() for "memory-r... (diff)
downloadkernel-83f96a7eaaf0e3ac1b1447f74a8d3b2213187b6e.tar.gz
kernel-83f96a7eaaf0e3ac1b1447f74a8d3b2213187b6e.zip
firmware: tegra: bpmp: Fix build failure for tegra264-only config
The definition of tegra186_bpmp_ops was not updated in sync with the use in bpmp.c: drivers/firmware/tegra/bpmp.c:856:17: error: 'tegra186_bpmp_ops' undeclared here (not in a function); did you mean 'tegra_bpmp_ops'? 856 | .ops = &tegra186_bpmp_ops, aarch64-linux-ld: drivers/firmware/tegra/bpmp.o:(.rodata+0x2f0): undefined reference to `tegra186_bpmp_ops' Update the Makefile as needed. There is really no need to hide the declaration based on the configuration, so just expose it unconditionally so it never has to be updated again for the next SoC. Fixes: 94bce2cf7cf6 ("firmware: tegra: bpmp: Add support on Tegra264") Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/platform/x86/intel/pmt/class.c')
0 files changed, 0 insertions, 0 deletions