From: Michael Turquette Date: Thu, 29 Jan 2015 19:50:30 +0000 (-0800) Subject: arm: omap2+ remove dead clock code X-Git-Tag: fixes-v4.0-rc1~33^2~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42ed83f51619bdde623f1a8d87836e707c54608d;p=pandora-kernel.git arm: omap2+ remove dead clock code Remove omap_clocks_register and dummy_ck. The former is not used anymore now that the statically defined clk stuctures are replaced with proper descriptors and registered with the framework. The dummy clock in arch/arm/mach-omap2 is made redundant by the OMAP3+ clock data that migrated to drivers/clk. An additional benefit to this clean-up is removing the references to clk-private.h which will be removed. Cc: Paul Walmsley Cc: Tero Kristo Acked-by: Tony Lindgren Signed-off-by: Michael Turquette --- Reading git-diff-tree failed