The SOC driver configuration entry was added to drivers/Kconfig twice,
by commits 3a6e08218f36 ("soc: Introduce drivers/soc place-holder for
SOC specific drivers") and 41f93af900a2 ("soc: ti: add Keystone
Navigator QMSS driver"), respectively. Remove one of them.Cc: Greg Kroah-Hartman <[email protected]> Cc: Santosh Shilimkar <[email protected]> Cc: Sandeep Nair <[email protected]> Signed-off-by: Tobias Klauser <[email protected]> --- drivers/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/Kconfig b/drivers/Kconfig index 1a693d3..622fa26 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -148,8 +148,6 @@ source "drivers/remoteproc/Kconfig" source "drivers/rpmsg/Kconfig" -source "drivers/soc/Kconfig" - source "drivers/devfreq/Kconfig" source "drivers/extcon/Kconfig" -- 2.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

