lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 30 Dec 2014 08:50:24 -0500
From:	Peter Hurley <peter@...leysoftware.com>
To:	Santosh Shilimkar <santosh.shilimkar@...com>
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	linux-kernel@...r.kernel.org,
	Peter Hurley <peter@...leysoftware.com>,
	Sandeep Nair <sandeep_n@...com>,
	Kumar Gala <galak@...eaurora.org>
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 <sandeep_n@...com>
Cc: Kumar Gala <galak@...eaurora.org>
Signed-off-by: Peter Hurley <peter@...leysoftware.com>
---
 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

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ