diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-10-21 16:56:33 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-24 11:21:44 -0600 |
commit | e7dad2d37eb92a990eac9b16f51cfb777eb16af6 (patch) | |
tree | 526329e4c73e32b5260bdffedcf80f7af5de0ae2 /drivers/ddr/imx | |
parent | db7e81154ec0bbd62dbb44ac225d22729988078e (diff) |
cmd: nvedit: Mark a few functions static
Some functions are not used anywhere except the same file
where they are defined. Mark them static. This helps avoiding
the compiler warnings:
cmd/nvedit.c:201:5: warning: no previous prototype for ‘do_env_ask’ [-Wmissing-prototypes]
cmd/nvedit.c:315:5: warning: no previous prototype for ‘do_env_callback’ [-Wmissing-prototypes]
cmd/nvedit.c:384:5: warning: no previous prototype for ‘do_env_flags’ [-Wmissing-prototype ]
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/ddr/imx')
0 files changed, 0 insertions, 0 deletions