diff options
Diffstat (limited to 'include/linux/rio.h')
-rw-r--r-- | include/linux/rio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h index aa2323893e8d..f7ec35b48800 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h | |||
@@ -425,7 +425,7 @@ struct rio_ops { | |||
425 | int (*add_inb_buffer)(struct rio_mport *mport, int mbox, void *buf); | 425 | int (*add_inb_buffer)(struct rio_mport *mport, int mbox, void *buf); |
426 | void *(*get_inb_message)(struct rio_mport *mport, int mbox); | 426 | void *(*get_inb_message)(struct rio_mport *mport, int mbox); |
427 | int (*map_inb)(struct rio_mport *mport, dma_addr_t lstart, | 427 | int (*map_inb)(struct rio_mport *mport, dma_addr_t lstart, |
428 | u64 rstart, u32 size, u32 flags); | 428 | u64 rstart, u64 size, u32 flags); |
429 | void (*unmap_inb)(struct rio_mport *mport, dma_addr_t lstart); | 429 | void (*unmap_inb)(struct rio_mport *mport, dma_addr_t lstart); |
430 | int (*query_mport)(struct rio_mport *mport, | 430 | int (*query_mport)(struct rio_mport *mport, |
431 | struct rio_mport_attr *attr); | 431 | struct rio_mport_attr *attr); |