summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/clock.h
diff options
context:
space:
mode:
authorOla Lilja <ola.o.lilja@stericsson.com>2012-01-30 15:18:14 +0100
committerLinus Walleij <linus.walleij@linaro.org>2012-02-29 16:32:34 +0100
commit25cb3b4cf0ac65565384d10110ffa36018d83792 (patch)
treeca3edfdf586116bc09293eda6f0069e7e8c9e37d /arch/arm/mach-ux500/clock.h
parentb01543dfe67bb1d191998e90d20534dc354de059 (diff)
downloadop-kernel-dev-25cb3b4cf0ac65565384d10110ffa36018d83792.zip
op-kernel-dev-25cb3b4cf0ac65565384d10110ffa36018d83792.tar.gz
ARM: ux500: Add placeholder for clk_set_parent
Calling clk_set_parent (e.g. from Ux500 ASoC-driver) generates build-errors. Signed-off-by: Ola Lilja <ola.o.lilja@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/clock.h')
-rw-r--r--arch/arm/mach-ux500/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/clock.h b/arch/arm/mach-ux500/clock.h
index 0744907..d776ada 100644
--- a/arch/arm/mach-ux500/clock.h
+++ b/arch/arm/mach-ux500/clock.h
@@ -21,6 +21,7 @@ struct clkops {
void (*enable) (struct clk *);
void (*disable) (struct clk *);
unsigned long (*get_rate) (struct clk *);
+ int (*set_parent)(struct clk *, struct clk *);
};
/**
OpenPOWER on IntegriCloud