Re: [U-Boot] [PATCH 1/2] env_callback: Mark find_env_callback as static

2013-03-12 Thread Joe Hershberger
Hi Tom, On Tue, Mar 12, 2013 at 11:16 AM, Tom Rini wrote: > This is not called outside of env_callback.c so mark static, remove from > > > Cc: Joe Hershberger > Signed-off-by: Tom Rini > --- > http://lists.denx.de/mailman/listinfo/u-boot Acked-by: Joe Hershberger __

[U-Boot] [PATCH 1/2] env_callback: Mark find_env_callback as static

2013-03-12 Thread Tom Rini
This is not called outside of env_callback.c so mark static, remove from Cc: Joe Hershberger Signed-off-by: Tom Rini --- common/env_callback.c |2 +- include/env_callback.h |1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/env_callback.c b/common/env_callback.