summaryrefslogtreecommitdiff
path: root/include/linux/uuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/uuid.h')
-rw-r--r--include/linux/uuid.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/uuid.h b/include/linux/uuid.h
index c8eeb708..4674746f 100644
--- a/include/linux/uuid.h
+++ b/include/linux/uuid.h
@@ -41,9 +41,4 @@ typedef struct {
((c) >> 8) & 0xff, (c) & 0xff, \
(d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
-static inline int uuid_le_cmp(const uuid_le u1, const uuid_le u2)
-{
- return memcmp(&u1, &u2, sizeof(uuid_le));
-}
-
#endif