diff options
Diffstat (limited to 'include/linux/uuid.h')
| -rw-r--r-- | include/linux/uuid.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/uuid.h b/include/linux/uuid.h index 5be158a49e11..6b1a3efa1e0b 100644 --- a/include/linux/uuid.h +++ b/include/linux/uuid.h @@ -110,9 +110,4 @@ int uuid_parse(const char *uuid, uuid_t *u); /* MEI UUID type, don't use anywhere else */ #include <uapi/linux/uuid.h> -static inline int uuid_le_cmp(const uuid_le u1, const uuid_le u2) -{ - return memcmp(&u1, &u2, sizeof(uuid_le)); -} - #endif |
