staging: vme: ca91cx42: mark the registers' base address pointer as __iomem
authorEmilio G. Cota <cota@braap.org>
Fri, 12 Nov 2010 11:15:54 +0000 (11:15 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Nov 2010 19:40:17 +0000 (11:40 -0800)
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>
drivers/staging/vme/bridges/vme_ca91cx42.h

index e72c65b..02a7c79 100644 (file)
@@ -39,7 +39,7 @@
 
 /* Structure used to hold driver specific information */
 struct ca91cx42_driver {
-       void *base;     /* Base Address of device registers */
+       void __iomem *base;     /* Base Address of device registers */
        wait_queue_head_t dma_queue;
        wait_queue_head_t iack_queue;
        wait_queue_head_t mbox_queue;