staging: vme: tsi148: mark the registers' base address pointer as __iomem
Signed-off-by: Emilio G. Cota <cota@braap.org> Acked-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
0599726793
commit
e20cbcf199
|
@ -35,7 +35,7 @@
|
|||
|
||||
/* Structure used to hold driver specific information */
|
||||
struct tsi148_driver {
|
||||
void *base; /* Base Address of device registers */
|
||||
void __iomem *base; /* Base Address of device registers */
|
||||
wait_queue_head_t dma_queue[2];
|
||||
wait_queue_head_t iack_queue;
|
||||
void (*lm_callback[4])(int); /* Called in interrupt handler */
|
||||
|
|
Loading…
Reference in New Issue