提交 e20cbcf1 编写于 作者: E Emilio G. Cota 提交者: Greg Kroah-Hartman

staging: vme: tsi148: mark the registers' base address pointer as __iomem

Signed-off-by: NEmilio G. Cota <cota@braap.org>
Acked-by: NMartyn Welch <martyn.welch@ge.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 05997267
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册