]> git.ipfire.org Git - people/ms/u-boot.git/commit
env: common: Make env_get_addr/get_char_memory() static
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:21:51 +0000 (12:21 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Aug 2017 12:18:46 +0000 (08:18 -0400)
commitbcdfb8d5a531fbc65dceb60b4205f5a0fbd49a97
tree7b7ff9de4db88ac70ee0654c3eba6de6d038602a
parent91d3aa05d0bb05aa712bda3d2a2b3957a4b551fe
env: common: Make env_get_addr/get_char_memory() static

These functions are not used outside this file. Make them static and order
them to avoid forward declarations.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
env/common.c
include/environment.h