commit | bc19f5d677c10f323650e6bb5fe45ab5fb11e9a9 | [log] [tgz] |
---|---|---|
author | John Crispin <blogic@openwrt.org> | Wed Nov 04 11:50:11 2015 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Nov 11 08:38:10 2015 +0100 |
tree | 079b547d7e24d63c221a233abacf113da70952b9 | |
parent | 37bcc03f97e05cc65ce87d3b2fdcd4e5b28ce06c [diff] |
MIPS: ralink: Remove check for CONFIG_PCI on non-PCI SoCs The code currently panics if PCI is enabled but the SoC has no PCI bus. This check is superfluous as the driver only loads if enabled in the devicetree. Signed-off-by: John Crispin <blogic@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/11444/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>