2014-12-30 13:50:49

by Peter Hurley

[permalink] [raw]
Subject: [PATCH] soc: Remove duplicate Kconfig include

commit 3a6e08218f36baa9c49282ad2fe0dfbf001d8f23
("soc: Introduce drivers/soc place-holder for SOC specific drivers")
added a duplicate source for soc Kconfig, which had already been
introduced by commit 41f93af900a20d1a0a358b522b5129c89677e9dc
("soc: ti: add Keystone Navigator QMSS driver").

Cc: Sandeep Nair <[email protected]>
Cc: Kumar Gala <[email protected]>
Signed-off-by: Peter Hurley <[email protected]>
---
drivers/Kconfig | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/Kconfig b/drivers/Kconfig
index 694d5a7..2683e63 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.2.1


2014-12-30 13:54:56

by Peter Hurley

[permalink] [raw]
Subject: Re: [PATCH] soc: Remove duplicate Kconfig include

On 12/30/2014 08:50 AM, Peter Hurley wrote:
> commit 3a6e08218f36baa9c49282ad2fe0dfbf001d8f23
> ("soc: Introduce drivers/soc place-holder for SOC specific drivers")
> added a duplicate source for soc Kconfig, which had already been
> introduced by commit 41f93af900a20d1a0a358b522b5129c89677e9dc
> ("soc: ti: add Keystone Navigator QMSS driver").

Greg,

Would you take this patch please? Both Santosh and Sandeep's emails
bounced.

Regards,
Peter Hurley