All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] lib/vsprintf: remove #include <uuid.h> from vsprintf.c
@ 2019-04-29  6:04 Heinrich Schuchardt
  2019-05-03 18:20 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2019-04-29  6:04 UTC (permalink / raw)
  To: u-boot

common.h already includes uuid.h

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 lib/vsprintf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 2403825dc9..3502b8088f 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -16,7 +16,6 @@
 #include <efi_loader.h>
 #include <div64.h>
 #include <hexdump.h>
-#include <uuid.h>
 #include <stdarg.h>
 #include <linux/ctype.h>
 #include <linux/err.h>
--
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 1/1] lib/vsprintf: remove #include <uuid.h> from vsprintf.c
  2019-04-29  6:04 [U-Boot] [PATCH 1/1] lib/vsprintf: remove #include <uuid.h> from vsprintf.c Heinrich Schuchardt
@ 2019-05-03 18:20 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-05-03 18:20 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 29, 2019 at 08:04:36AM +0200, Heinrich Schuchardt wrote:

> common.h already includes uuid.h
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190503/ab5f31f2/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-03 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29  6:04 [U-Boot] [PATCH 1/1] lib/vsprintf: remove #include <uuid.h> from vsprintf.c Heinrich Schuchardt
2019-05-03 18:20 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.