mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-09 02:51:21 +00:00
amlogic: Fix prefixes in the thermal driver
No need to have a special SoC-specific prefix. Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I0da543e7d92d56604e79440a98027ffd9a2eaa59
This commit is contained in:
parent
010fdc1ba0
commit
73f6d05766
4 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ void scpi_unknown_thermal(uint32_t arg0, uint32_t arg1,
|
|||
void scpi_upload_scp_fw(uintptr_t addr, size_t size, int send);
|
||||
|
||||
/* Peripherals */
|
||||
void gxbb_thermal_unknown(void);
|
||||
void aml_thermal_unknown(void);
|
||||
uint64_t aml_efuse_read(void *dst, uint32_t offset, uint32_t size);
|
||||
uint64_t aml_efuse_user_max(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue