clk: exynos5440: Fix incorrect placement of __initdata
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 7 Aug 2013 04:48:40 +0000 (10:18 +0530)
committerMike Turquette <mturquette@linaro.org>
Thu, 8 Aug 2013 22:57:37 +0000 (15:57 -0700)
__initdata should be placed between the variable name and equal
sign for the variable to be placed in the intended section.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

No differences found