diff options
author | Andrew Davis | 2023-04-06 11:38:15 -0500 |
---|---|---|
committer | Tom Rini | 2023-04-24 13:18:48 -0400 |
commit | 2aee173ba0622d49c328566628d5b7dd1cda5811 (patch) | |
tree | 90e9fa8ee7891b0ce5fc68ca447d8848fc6a2abf /arch/arm/mach-k3/include/mach/sys_proto.h | |
parent | b4d10f0ae593402ac077c3fc9d34bf3c05dd439d (diff) |
arm: mach-k3: Make release_resources_for_core_shutdown() common
This function is the same for each device when it needs to shutdown
the R5 core. Move this to the common section and move the remaining
device specific ID list to the device hardware include.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'arch/arm/mach-k3/include/mach/sys_proto.h')
-rw-r--r-- | arch/arm/mach-k3/include/mach/sys_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-k3/include/mach/sys_proto.h b/arch/arm/mach-k3/include/mach/sys_proto.h index d5d4b787b7d..8cc75b636b5 100644 --- a/arch/arm/mach-k3/include/mach/sys_proto.h +++ b/arch/arm/mach-k3/include/mach/sys_proto.h @@ -12,7 +12,6 @@ u32 wait_on_value(u32 read_bit_mask, u32 match_value, void *read_addr, u32 bound); struct ti_sci_handle *get_ti_sci_handle(void); int do_board_detect(void); -void release_resources_for_core_shutdown(void); int fdt_disable_node(void *blob, char *node_path); void k3_spl_init(void); |