From: Linus Walleij Date: Mon, 13 Aug 2012 09:47:38 +0000 (+0200) Subject: ARM: u300: delete remnant clkdev.h file X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=d0bc2f7d96e6d192f9840d10a68e30b2e69a04cd;p=linux-edison.git ARM: u300: delete remnant clkdev.h file The U300 now uses common clk, delete this leftover. Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-u300/include/mach/clkdev.h b/arch/arm/mach-u300/include/mach/clkdev.h deleted file mode 100644 index 92e3cc872c6..00000000000 --- a/arch/arm/mach-u300/include/mach/clkdev.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef __MACH_CLKDEV_H -#define __MACH_CLKDEV_H - -int __clk_get(struct clk *clk); -void __clk_put(struct clk *clk); - -#endif