drivers/Kconfig sources drivers/soc/Kconfig twice. Remove the last include.
Signed-off-by: Steffen Trumtrar <[email protected]> --- drivers/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/Kconfig b/drivers/Kconfig index 694d5a70d6ce..2683e633c027 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -150,8 +150,6 @@ source "drivers/remoteproc/Kconfig" source "drivers/rpmsg/Kconfig" -source "drivers/soc/Kconfig" - source "drivers/devfreq/Kconfig" source "drivers/extcon/Kconfig" -- 2.1.3 -- 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/

