diff options
| author | Algapally Santosh Sagar <[email protected]> | 2023-06-09 03:05:30 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-06-12 13:25:02 +0200 |
| commit | b177bb126974e2fbae33c656f9a5a291fefa05b1 (patch) | |
| tree | 3bb40a21bae802443a2a721ce6545b72631f9e06 | |
| parent | a30ac34ca8967cb318d4a435258dea78242d9d45 (diff) | |
arm64: versal: Add missing prototype for initialize_tcm
Add the missing prototype pointed by below sparse warning
warning: no previous prototype for 'initialize_tcm'
[-Wmissing-prototypes]
Signed-off-by: Algapally Santosh Sagar <[email protected]>
Signed-off-by: Ashok Reddy Soma <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/mach-versal/include/mach/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-versal/include/mach/sys_proto.h b/arch/arm/mach-versal/include/mach/sys_proto.h index 3f01508ecb5..433f9ba07c7 100644 --- a/arch/arm/mach-versal/include/mach/sys_proto.h +++ b/arch/arm/mach-versal/include/mach/sys_proto.h @@ -10,6 +10,7 @@ enum { TCM_SPLIT, }; +void initialize_tcm(bool mode); void tcm_init(u8 mode); void mem_map_fill(void); |
