Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e08e02fa authored by Emilio G. Cota's avatar Emilio G. Cota Committed by Greg Kroah-Hartman
Browse files

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

parent e20cbcf1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;