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>] [day] [month] [year] [list]
Date:	Wed, 20 Mar 2013 14:33:59 +0100
From:	Paul Bolle <pebolle@...cali.nl>
To:	Mark Salter <msalter@...hat.com>,
	Aurelien Jacquiot <a-jacquiot@...com>
Cc:	linux-c6x-dev@...ux-c6x.org, linux-kernel@...r.kernel.org
Subject: [PATCH] C6X: remove "config COMMON_CLKDEV"

Since C6X was added to the tree in v3.3 it has had an entry for
COMMON_CLKDEV in its main Kconfig file. But at that time nothing in the
tree used COMMON_CLKDEV anymore. That functionality is now available
through selecting CLKDEV_LOOKUP. And that is what this Kconfig file also
does. Anyhow, this Kconfig entry can be dropped.

Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
Eyeball tested only.

 arch/c6x/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig
index f6a3648..ecee897 100644
--- a/arch/c6x/Kconfig
+++ b/arch/c6x/Kconfig
@@ -37,9 +37,6 @@ config GENERIC_HWEIGHT
 config GENERIC_BUG
 	def_bool y
 
-config COMMON_CLKDEV
-	def_bool y
-
 config C6X_BIG_KERNEL
 	bool "Build a big kernel"
 	help
-- 
1.7.11.7

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