diff options
author | Sudeep Holla <[email protected]> | 2020-05-21 12:08:36 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2020-05-21 14:07:37 +0100 |
commit | 269fd61e15d785b9e20786672765400732dde8a0 (patch) | |
tree | f2919795b70b6409bb4db827086364142f8c7830 /scripts/gdb/linux/modules.py | |
parent | a4fb17465182c9fc13104e4df04d050892055205 (diff) |
firmware: smccc: Fix missing prototype warning for arm_smccc_version_init
Commit f2ae97062a48 ("firmware: smccc: Refactor SMCCC specific bits into
separate file") introduced the following build warning:
drivers/firmware/smccc/smccc.c:14:13: warning: no previous prototype for
function 'arm_smccc_version_init' [-Wmissing-prototypes]
void __init arm_smccc_version_init(u32 version, enum arm_smccc_conduit conduit)
^~~~~~~~~~~~~~~~~~~~~~
Fix the same by adding the missing prototype in arm-smccc.h
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions