提交 853d5dc9 编写于 作者: F Florian Fainelli 提交者: David S. Miller

r6040: use __aligned(size)

instead of __attribute__((__aligned(size)__))
Signed-off-by: NFlorian Fainelli <florian@openwrt.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e1477637
......@@ -173,7 +173,7 @@ struct r6040_descriptor {
struct r6040_descriptor *vndescp; /* 14-17 */
struct sk_buff *skb_ptr; /* 18-1B */
u32 rev2; /* 1C-1F */
} __attribute__((aligned(32)));
} __aligned(32);
struct r6040_private {
spinlock_t lock; /* driver lock */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册