Commit 53a0c98e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

ioat_dca __iomem annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5cf83b9b
...@@ -98,7 +98,7 @@ struct ioat_dca_slot { ...@@ -98,7 +98,7 @@ struct ioat_dca_slot {
struct ioat_dca_priv { struct ioat_dca_priv {
void __iomem *iobase; void __iomem *iobase;
void *dca_base; void __iomem *dca_base;
int max_requesters; int max_requesters;
int requester_count; int requester_count;
u8 tag_map[IOAT_TAG_MAP_LEN]; u8 tag_map[IOAT_TAG_MAP_LEN];
...@@ -338,7 +338,7 @@ static struct dca_ops ioat2_dca_ops = { ...@@ -338,7 +338,7 @@ static struct dca_ops ioat2_dca_ops = {
.get_tag = ioat2_dca_get_tag, .get_tag = ioat2_dca_get_tag,
}; };
static int ioat2_dca_count_dca_slots(void *iobase, u16 dca_offset) static int ioat2_dca_count_dca_slots(void __iomem *iobase, u16 dca_offset)
{ {
int slots = 0; int slots = 0;
u32 req; u32 req;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment