diff options
Diffstat (limited to 'include/mtd')
-rw-r--r-- | include/mtd/ubi-user.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mtd/ubi-user.h b/include/mtd/ubi-user.h index a3903423c005..3c4109777aff 100644 --- a/include/mtd/ubi-user.h +++ b/include/mtd/ubi-user.h | |||
@@ -406,9 +406,9 @@ struct ubi_map_req { | |||
406 | * @value: value to set | 406 | * @value: value to set |
407 | */ | 407 | */ |
408 | struct ubi_set_vol_prop_req { | 408 | struct ubi_set_vol_prop_req { |
409 | __u8 property; | 409 | __u8 property; |
410 | __u8 padding[7]; | 410 | __u8 padding[7]; |
411 | __u64 value; | 411 | __u64 value; |
412 | } __packed; | 412 | } __packed; |
413 | 413 | ||
414 | #endif /* __UBI_USER_H__ */ | 414 | #endif /* __UBI_USER_H__ */ |