Skip to content

Commit

Permalink
staging: vme: ca91cx42: mark the registers' base address pointer as _…
Browse files Browse the repository at this point in the history
…_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>
  • Loading branch information
Emilio G. Cota authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent e20cbcf commit e08e02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vme/bridges/vme_ca91cx42.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e08e02f

Please sign in to comment.