You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ioat_dca __iomem annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -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];
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user