提交 6fa2ffe9 编写于 作者: A Al Viro

[PATCH] fix iomem annotations in dart_iommu

it's int __iomem *, not int * __iomem...
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 793af244
......@@ -59,7 +59,7 @@ static unsigned long dart_tablesize;
static u32 *dart_vbase;
/* Mapped base address for the dart */
static unsigned int *__iomem dart;
static unsigned int __iomem *dart;
/* Dummy val that entries are set to when unused */
static unsigned int dart_emptyval;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册