diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-18 22:17:37 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-18 22:17:37 +0100 |
commit | 1a1dc50442ef1a3e5ef938a8541466ac38d163a9 (patch) | |
tree | c2883f1e744af83213e24f537f2d7102e381b55e /arch/arm/mach-pxa/clock.h | |
parent | faa64c93ae3fa3b3c97e502e60ce8430ab61cd9d (diff) | |
parent | 908cbc10135755ea055feaa6a8ec209edfe489be (diff) |
Merge branch 'for_rmk_17' of git://git.mnementh.co.uk/linux-2.6-im
Diffstat (limited to 'arch/arm/mach-pxa/clock.h')
-rw-r--r-- | arch/arm/mach-pxa/clock.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/clock.h b/arch/arm/mach-pxa/clock.h index 1ec8f9178aa..73be795fe3b 100644 --- a/arch/arm/mach-pxa/clock.h +++ b/arch/arm/mach-pxa/clock.h @@ -1,3 +1,5 @@ +#include <linux/list.h> + struct clk; struct clkops { @@ -86,3 +88,6 @@ extern void clk_pxa3xx_cken_disable(struct clk *); #endif void clks_register(struct clk *clks, size_t num); +int clk_add_alias(char *alias, struct device *alias_dev, char *id, + struct device *dev); + |