diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2020-05-21 12:08:36 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-05-21 14:07:37 +0100 |
commit | 269fd61e15d785b9e20786672765400732dde8a0 (patch) | |
tree | f2919795b70b6409bb4db827086364142f8c7830 /arch/arm64/mm/dump.c | |
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 <lkp@intel.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://lore.kernel.org/r/20200521110836.57252-1-sudeep.holla@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/mm/dump.c')
0 files changed, 0 insertions, 0 deletions