[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -243,7 +243,7 @@ struct sbmac_softc {
|
||||
* Controller-specific things
|
||||
*/
|
||||
|
||||
volatile void __iomem *sbm_base; /* MAC's base address */
|
||||
void __iomem *sbm_base; /* MAC's base address */
|
||||
sbmac_state_t sbm_state; /* current state */
|
||||
|
||||
volatile void __iomem *sbm_macenable; /* MAC Enable Register */
|
||||
|
Reference in New Issue
Block a user