Skip to content

Commit

Permalink
ioat_dca __iomem annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and torvalds committed Mar 30, 2008
1 parent 5cf83b9 commit 53a0c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/dma/ioat_dca.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ struct ioat_dca_slot {

struct ioat_dca_priv {
void __iomem *iobase;
void *dca_base;
void __iomem *dca_base;
int max_requesters;
int requester_count;
u8 tag_map[IOAT_TAG_MAP_LEN];
Expand Down Expand Up @@ -338,7 +338,7 @@ static struct dca_ops ioat2_dca_ops = {
.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;
u32 req;
Expand Down

0 comments on commit 53a0c98

Please sign in to comment.