|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
/* Structure used to hold driver specific information */
|
|
/* Structure used to hold driver specific information */
|
|
struct tsi148_driver {
|
|
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 dma_queue[2];
|
|
wait_queue_head_t iack_queue;
|
|
wait_queue_head_t iack_queue;
|
|
void (*lm_callback[4])(int); /* Called in interrupt handler */
|
|
void (*lm_callback[4])(int); /* Called in interrupt handler */
|