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:
Emilio G. Cota 2010-11-12 11:15:47 +00:00 committed by Greg Kroah-Hartman
parent 0599726793
commit e20cbcf199

View file

@ -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 */