| commit | f75410a406e934e4cf31e0a7ec151799a6bf38cf | [log] [tgz] |
|---|---|---|
| author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Sat Mar 28 11:27:13 2020 +0100 |
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Sat Mar 28 17:26:36 2020 +0100 |
| tree | 68ad32a2a58c63150dbe220e8038f64ab3c75570 | |
| parent | aebdc6ff3b2e79327d8eff7c0e2d835bb1d3221f [diff] |
MIPS: ralink: mt7621: Fix soc_device introduction
Depending on selected SMP config options soc_device didn't get
initialised at all. With UP config vmlinux didn't link because
of missing soc bus.
Fixes: 71b9b5e0130d ("MIPS: ralink: mt7621: introduce 'soc_device' initialization")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Tested-by: René van Dorst <opensource@vdorst.com>