projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
807fc79
)
uuid: Remove no more needed macro
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Mon, 24 Feb 2020 15:37:52 +0000
(17:37 +0200)
committer
David Sterba
<dsterba@suse.com>
Mon, 23 Mar 2020 16:01:47 +0000
(17:01 +0100)
uuid_le_gen() is no used anymore, remove it for good.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David Sterba <dsterba@suse.com>
include/linux/uuid.h
patch
|
blob
|
history
diff --git
a/include/linux/uuid.h
b/include/linux/uuid.h
index 3780460a9a85e650772645b83fce2ea10e3510f7..d41b0d3e947449805f152bc9a8040878947d12ce 100644
(file)
--- a/
include/linux/uuid.h
+++ b/
include/linux/uuid.h
@@
-98,7
+98,6
@@
int guid_parse(const char *uuid, guid_t *u);
int uuid_parse(const char *uuid, uuid_t *u);
/* backwards compatibility, don't use in new code */
-#define uuid_le_gen(u) guid_gen(u)
#define uuid_le_to_bin(guid, u) guid_parse(guid, u)
static inline int uuid_le_cmp(const guid_t u1, const guid_t u2)