Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43457c60 authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBIFS: use __aligned() attribute



.. instead of __attribute__((aligned())).

Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
parent e2441b43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@ struct idx_node {
	struct list_head list;
	int iip;
	union ubifs_key upper_key;
	struct ubifs_idx_node idx __attribute__((aligned(8)));
	struct ubifs_idx_node idx __aligned(8);
};

/**