diff options
Diffstat (limited to 'drivers/ssb/driver_mipscore.c')
-rw-r--r-- | drivers/ssb/driver_mipscore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ssb/driver_mipscore.c b/drivers/ssb/driver_mipscore.c index ab8691a32580..3d3dd32bf3ab 100644 --- a/drivers/ssb/driver_mipscore.c +++ b/drivers/ssb/driver_mipscore.c | |||
@@ -173,7 +173,7 @@ u32 ssb_cpu_clock(struct ssb_mipscore *mcore) | |||
173 | 173 | ||
174 | void ssb_mipscore_init(struct ssb_mipscore *mcore) | 174 | void ssb_mipscore_init(struct ssb_mipscore *mcore) |
175 | { | 175 | { |
176 | struct ssb_bus *bus = mcore->dev->bus; | 176 | struct ssb_bus *bus; |
177 | struct ssb_device *dev; | 177 | struct ssb_device *dev; |
178 | unsigned long hz, ns; | 178 | unsigned long hz, ns; |
179 | unsigned int irq, i; | 179 | unsigned int irq, i; |
@@ -183,6 +183,7 @@ void ssb_mipscore_init(struct ssb_mipscore *mcore) | |||
183 | 183 | ||
184 | ssb_dprintk(KERN_INFO PFX "Initializing MIPS core...\n"); | 184 | ssb_dprintk(KERN_INFO PFX "Initializing MIPS core...\n"); |
185 | 185 | ||
186 | bus = mcore->dev->bus; | ||
186 | hz = ssb_clockspeed(bus); | 187 | hz = ssb_clockspeed(bus); |
187 | if (!hz) | 188 | if (!hz) |
188 | hz = 100000000; | 189 | hz = 100000000; |