aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtd/ubi-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mtd/ubi-user.h')
-rw-r--r--include/mtd/ubi-user.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mtd/ubi-user.h b/include/mtd/ubi-user.h
index a3903423c00..3c4109777af 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 */
408struct ubi_set_vol_prop_req { 408struct 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__ */