Skip to content
Snippets Groups Projects
Commit 6fa2ffe9 authored by Al Viro's avatar Al Viro
Browse files

[PATCH] fix iomem annotations in dart_iommu


it's int __iomem *, not int * __iomem...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 793af244
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment