diff options
Diffstat (limited to 'scripts/mod/file2alias.c')
-rw-r--r-- | scripts/mod/file2alias.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c index afe22af20d7d..4e4f03a12cc0 100644 --- a/scripts/mod/file2alias.c +++ b/scripts/mod/file2alias.c | |||
@@ -37,6 +37,7 @@ typedef unsigned char __u8; | |||
37 | typedef struct { | 37 | typedef struct { |
38 | __u8 b[16]; | 38 | __u8 b[16]; |
39 | } uuid_le; | 39 | } uuid_le; |
40 | #define UUID_STRING_LEN 36 | ||
40 | 41 | ||
41 | /* Big exception to the "don't include kernel headers into userspace, which | 42 | /* Big exception to the "don't include kernel headers into userspace, which |
42 | * even potentially has different endianness and word sizes, since | 43 | * even potentially has different endianness and word sizes, since |