
11 Nov
2019
11 Nov
'19
3:17 p.m.
On Fri, Nov 08, 2019 at 12:53:19PM -0700, Simon Glass wrote:
At present this function sits in its own file but it does not really justify it. There are similar string functions in vsprintf.h, so move it there. Also add the missing function comment.
Use the vsprintf.h include file explicitly where needed.
Signed-off-by: Simon Glass sjg@chromium.org
[snip]
diff --git a/lib/strmhz.c b/lib/strmhz.c deleted file mode 100644 index 66afe91ab9..0000000000 --- a/lib/strmhz.c +++ /dev/null @@ -1,21 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/*
- (C) Copyright 2002-2006
- Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- */
[snip]
diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 425f2f53f7..a03a076a0a 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c
Need to move the copyright to this file now too.
--
Tom