diff options
author | Alexander Sverdlin <[email protected]> | 2022-05-23 08:56:16 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-05-27 16:00:58 +0200 |
commit | 75577fbecb2e6e5f633445f01006886c51dc7e76 (patch) | |
tree | c39a6b35e34a42d1e3f1fb9164210a37b169d227 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 01ba87a4b792e36254b19b2bcfeb935356294f95 (diff) |
ARM: ep93xx: Make ts72xx_register_flash() static
... and fix the warning/error:
arch/arm/mach-ep93xx/ts72xx.c:154:13: error: no previous prototype for function 'ts72xx_register_flash' [-Werror,-Wmissing-prototypes]
void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
^
arch/arm/mach-ep93xx/ts72xx.c:154:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
^
static
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Alexander Sverdlin <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]/T/
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions