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:	Fri, 30 Jan 2015 13:25:10 -0800
From:	Michael Turquette <mturquette@...aro.org>
To:	linux-kernel@...r.kernel.org
Cc:	Stephen Boyd <sboyd@...eaurora.org>,
	Michael Turquette <mturquette@...aro.org>
Subject: [PATCH 0/3] remove clk-private.h

The clk-private.h header was always a nasty hack from the early days of
the common clk framework. Clock provider drivers have slowly migrated
away from it and we are now at a point to remove it completely and hide
its contents in drivers/clk/clk.c so that code outside of the core clk
framework cannot dereference these bookkeeping pointers.

This series removes the last two remaining references to the header,
migrates the struct definitions to clk.c and deletes the header.

Michael Turquette (3):
  arm: omap2+ remove dead clock code
  pci: xgene: do not use clk-private.h
  clk: remove clk-private.h

 arch/arm/mach-omap2/clock.c             |  16 ---
 arch/arm/mach-omap2/clock.h             |   5 -
 arch/arm/mach-omap2/clock_common_data.c |  14 --
 drivers/clk/clk.c                       |  45 +++++-
 drivers/pci/host/pci-xgene.c            |   2 +-
 include/linux/clk-private.h             | 243 --------------------------------
 6 files changed, 45 insertions(+), 280 deletions(-)
 delete mode 100644 include/linux/clk-private.h

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