From: Robert Jarzmik Date: Mon, 6 Oct 2014 23:07:58 +0000 (+0200) Subject: clk: pxa: declare init function and data __init X-Git-Tag: omap-for-v3.20/drop-legacy-3517~6^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14dd5b01ae86760142157a5259b7f798eb840697;p=pandora-kernel.git clk: pxa: declare init function and data __init As the clock descriptions are constant and only usefull at init time, mark them as such by : - spliting clock description (desc) and clock private data (dynamic) - mark __initdata clock descriptions This makes all the register and descriptions of the clocks to go after kernel init phase. Signed-off-by: Robert Jarzmik Signed-off-by: Michael Turquette --- Reading git-diff-tree failed