Skip to content

Commit

Permalink
staging: vme: tsi148: mark the registers' base address pointer as __i…
Browse files Browse the repository at this point in the history
…omem

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 0599726 commit e20cbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vme/bridges/vme_tsi148.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit e20cbcf

Please sign in to comment.