diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2014-10-07 01:07:58 +0200 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2014-11-17 11:27:44 -0800 |
commit | 14dd5b01ae86760142157a5259b7f798eb840697 (patch) | |
tree | 97eb3cd234b50ee3081ecb91a53fc99ff49967e3 /kernel/kexec.c | |
parent | fe7710fae477f648773648ea0a05b079c5b66667 (diff) |
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 <robert.jarzmik@free.fr>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'kernel/kexec.c')
0 files changed, 0 insertions, 0 deletions