diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-07-19 18:10:44 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-19 18:10:44 +0200 |
commit | c8f85523e70f8202ff49858bacd72fa65245f382 (patch) | |
tree | d0dbb5f5662094e90ecdef0b486000368d8f6e7d /arch/arm/plat-omap | |
parent | cc22b4c18540e5e8bf55c7d124044f9317527d3c (diff) | |
parent | aa3831cf9d29cfeaebd8c2169378b74111364487 (diff) |
Merge branch 'cross-platform/clkdev' into next/cross-platform
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/clkdev.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/plat-omap/include/plat/clkdev.h b/arch/arm/plat-omap/include/plat/clkdev.h deleted file mode 100644 index 730c49d1ebd..00000000000 --- a/arch/arm/plat-omap/include/plat/clkdev.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef __MACH_CLKDEV_H -#define __MACH_CLKDEV_H - -static inline int __clk_get(struct clk *clk) -{ - return 1; -} - -static inline void __clk_put(struct clk *clk) -{ -} - -#endif |