]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: ralink: mt7621: Fix soc_device introduction
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sat, 28 Mar 2020 10:27:13 +0000 (11:27 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sat, 28 Mar 2020 16:26:36 +0000 (17:26 +0100)
commitf895538d2535a198835f4d40d469584b7a177cf8
tree68ad32a2a58c63150dbe220e8038f64ab3c75570
parentf26b2cb083af2a3cbcd50d534f94a4a33f2ea66b
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: 1d3efd931d30 ("MIPS: ralink: mt7621: introduce 'soc_device' initialization")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Tested-by: René van Dorst <opensource@vdorst.com>
arch/mips/ralink/Kconfig
arch/mips/ralink/mt7621.c