[PATCH] drivers: Remove duplicate include of SOC driver configuration

From: Tobias Klauser
Date: Tue Nov 18 2014 - 05:21:33 EST


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 <gregkh@xxxxxxxxxxxxxxxxxxx>
Cc: Santosh Shilimkar <santosh.shilimkar@xxxxxx>
Cc: Sandeep Nair <sandeep_n@xxxxxx>
Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/