[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1417285896-8587-1-git-send-email-s.trumtrar@pengutronix.de>
Date: Sat, 29 Nov 2014 19:31:36 +0100
From: Steffen Trumtrar <s.trumtrar@...gutronix.de>
To: linux-kernel@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org,
Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Santosh Shilimkar <santosh.shilimkar@...com>,
Sandeep Nair <sandeep_n@...com>,
Steffen Trumtrar <s.trumtrar@...gutronix.de>
Subject: [PATCH] drivers: kconfig: fix double include
drivers/Kconfig sources drivers/soc/Kconfig twice.
Remove the last include.
Signed-off-by: Steffen Trumtrar <s.trumtrar@...gutronix.de>
---
drivers/Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 694d5a70d6ce..2683e633c027 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.1.3
--
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