Skip to content

Commit

Permalink
Merge tag 'uuid-for-5.9' of git://git.infradead.org/users/hch/uuid
Browse files Browse the repository at this point in the history
Pull uuid update from Christoph Hellwig:
 "Remove a now unused helper (Andy Shevchenko)"

* tag 'uuid-for-5.9' of git://git.infradead.org/users/hch/uuid:
  uuid: remove unused uuid_le_to_bin() definition
  • Loading branch information
Linus Torvalds committed Aug 5, 2020
2 parents 4f30a60 + 3c8387d commit 9fa867d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/uuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +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_to_bin(guid, u) guid_parse(guid, u)

static inline int uuid_le_cmp(const guid_t u1, const guid_t u2)
{
return memcmp(&u1, &u2, sizeof(guid_t));
Expand Down

0 comments on commit 9fa867d

Please sign in to comment.