2014-12-08 13:33:00

by Pramod Gurav

[permalink] [raw]
Subject: [PATCH] drivers: Kconfig: Remove duplicate sourcing of soc folder

Folder soc/ was sourced twice somehow. Remove duplicate entry.

Signed-off-by: Pramod Gurav <[email protected]>
---
drivers/Kconfig | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/Kconfig b/drivers/Kconfig
index 1a693d3..5add358 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -132,8 +132,6 @@ source "drivers/staging/Kconfig"

source "drivers/platform/Kconfig"

-source "drivers/soc/Kconfig"
-
source "drivers/clk/Kconfig"

source "drivers/hwspinlock/Kconfig"
--
1.7.9.5


2014-12-08 13:38:44

by Tobias Klauser

[permalink] [raw]
Subject: Re: [PATCH] drivers: Kconfig: Remove duplicate sourcing of soc folder

On 2014-12-08 at 14:36:24 +0100, Pramod Gurav <[email protected]> wrote:
> Folder soc/ was sourced twice somehow. Remove duplicate entry.

I already sent a patch for this a while ago [1], though it wasn't
applied yet.

[1] http://thread.gmane.org/gmane.linux.kernel/1831623

2014-12-08 13:47:36

by Pramod Gurav

[permalink] [raw]
Subject: Re: [PATCH] drivers: Kconfig: Remove duplicate sourcing of soc folder

Thanks. :-)

On Mon, Dec 8, 2014 at 7:08 PM, Tobias Klauser <[email protected]> wrote:
> On 2014-12-08 at 14:36:24 +0100, Pramod Gurav <[email protected]> wrote:
>> Folder soc/ was sourced twice somehow. Remove duplicate entry.
>
> I already sent a patch for this a while ago [1], though it wasn't
> applied yet.
>
> [1] http://thread.gmane.org/gmane.linux.kernel/1831623
> --
> 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/



--
Thanks and Regards
Pramod