mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-17 20:44:37 +00:00
UBIFS: use __aligned() attribute
.. instead of __attribute__((aligned())). Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
This commit is contained in:
parent
e2441b4319
commit
43457c60c8
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ struct idx_node {
|
||||||
struct list_head list;
|
struct list_head list;
|
||||||
int iip;
|
int iip;
|
||||||
union ubifs_key upper_key;
|
union ubifs_key upper_key;
|
||||||
struct ubifs_idx_node idx __attribute__((aligned(8)));
|
struct ubifs_idx_node idx __aligned(8);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue