[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1416306083-18460-1-git-send-email-tklauser@distanz.ch>
Date: Tue, 18 Nov 2014 11:21:23 +0100
From: Tobias Klauser <tklauser@...tanz.ch>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org,
Santosh Shilimkar <santosh.shilimkar@...com>,
Sandeep Nair <sandeep_n@...com>
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 <gregkh@...uxfoundation.org>
Cc: Santosh Shilimkar <santosh.shilimkar@...com>
Cc: Sandeep Nair <sandeep_n@...com>
Signed-off-by: Tobias Klauser <tklauser@...tanz.ch>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists