Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

uuid: Remove no more needed macro

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>

authored by

Andy Shevchenko and committed by
David Sterba
86eba9d3 807fc790

-1
-1
include/linux/uuid.h
··· 98 98 int uuid_parse(const char *uuid, uuid_t *u); 99 99 100 100 /* backwards compatibility, don't use in new code */ 101 - #define uuid_le_gen(u) guid_gen(u) 102 101 #define uuid_le_to_bin(guid, u) guid_parse(guid, u) 103 102 104 103 static inline int uuid_le_cmp(const guid_t u1, const guid_t u2)