[PATCH 07/17] uuid: remove the now unused uuid_be_cmp helper

From: Christoph Hellwig
Date: Mon May 15 2017 - 11:46:39 EST


Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
include/linux/uuid.h | 5 -----
1 file changed, 5 deletions(-)

diff --git a/include/linux/uuid.h b/include/linux/uuid.h
index aef21b580b17..21218351ae26 100644
--- a/include/linux/uuid.h
+++ b/include/linux/uuid.h
@@ -92,9 +92,4 @@ static inline int uuid_le_cmp(const guid_t u1, const guid_t u2)
return memcmp(&u1, &u2, sizeof(guid_t));
}

-static inline int uuid_be_cmp(const uuid_t u1, const uuid_t u2)
-{
- return memcmp(&u1, &u2, sizeof(uuid_t));
-}
-
#endif
--
2.11.0