[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
41a8198f61
commit
8fb303c7f1
7 changed files with 18 additions and 17 deletions
|
|
@ -67,6 +67,6 @@ extern void bcm1480_smp_finish(void);
|
|||
|
||||
#endif
|
||||
|
||||
#define IOADDR(a) ((volatile void __iomem *)(IO_BASE + (a)))
|
||||
#define IOADDR(a) ((void __iomem *)(IO_BASE + (a)))
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue