[PATCH 11/23] uuid: remove struct uuid_v1

From: Christoph Hellwig
Date: Thu May 18 2017 - 02:32:15 EST


Unused now.

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

diff --git a/include/linux/uuid.h b/include/linux/uuid.h
index 47ca06d846d4..e8a065035113 100644
--- a/include/linux/uuid.h
+++ b/include/linux/uuid.h
@@ -40,7 +40,7 @@ typedef struct {
* - the clock sequence is a 14-bit counter to avoid duplicate
* times
*/
- struct uuid_v1 {
+ struct {
__be32 time_low;
__be16 time_mid;
__be16 time_hi_and_version;
--
2.11.0