2014-11-18 10:21:30

by Tobias Klauser

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

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