summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2013-07-19 16:41:44 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:43:39 +0900
commit055af80d7ae7c79d7015ea4510156b8e3d5ab5b0 (patch)
tree78c6dd443b5d127e2ed56ad41d9d20aa6e2e6570 /drivers
parentb73bedc1ed7894dda85f18597984ffaefd17ddb7 (diff)
downloadlinux-3.10-055af80d7ae7c79d7015ea4510156b8e3d5ab5b0.tar.gz
linux-3.10-055af80d7ae7c79d7015ea4510156b8e3d5ab5b0.tar.bz2
linux-3.10-055af80d7ae7c79d7015ea4510156b8e3d5ab5b0.zip
clk: samsung: fix section mismatch from audio subsystem clocks
The init function should have __init flag to match reference sections. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/clk/samsung/clk-exynos4-audss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-exynos4-audss.c b/drivers/clk/samsung/clk-exynos4-audss.c
index 978c5de30bf..4522d000a5b 100644
--- a/drivers/clk/samsung/clk-exynos4-audss.c
+++ b/drivers/clk/samsung/clk-exynos4-audss.c
@@ -77,7 +77,7 @@ static struct of_device_id audss_of_match[] __initdata = {
static DEFINE_SPINLOCK(audss_clk_lock);
-static int samsung_audss_clk_init(void)
+static int __init samsung_audss_clk_init(void)
{
struct device_node *node;