diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-30 17:11:49 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-30 17:11:49 +0000 |
commit | ae696fd53280d85b43ec1dd74f80162bee088862 (patch) | |
tree | 878c28e61e432f9948cfc168b40295ddf4c22e6b /arch/arm/mach-ep93xx/include | |
parent | 5e1dbdb458ada37f7e97265cb2ea87c55fd5d034 (diff) | |
download | kernel-crypto-ae696fd53280d85b43ec1dd74f80162bee088862.tar.gz kernel-crypto-ae696fd53280d85b43ec1dd74f80162bee088862.tar.xz kernel-crypto-ae696fd53280d85b43ec1dd74f80162bee088862.zip |
[ARM] ep93xx: convert to clkdev and match clocks by struct device where possible
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/include')
-rw-r--r-- | arch/arm/mach-ep93xx/include/mach/clkdev.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/clkdev.h b/arch/arm/mach-ep93xx/include/mach/clkdev.h new file mode 100644 index 00000000000..04b37a89801 --- /dev/null +++ b/arch/arm/mach-ep93xx/include/mach/clkdev.h @@ -0,0 +1,7 @@ +#ifndef __ASM_MACH_CLKDEV_H +#define __ASM_MACH_CLKDEV_H + +#define __clk_get(clk) ({ 1; }) +#define __clk_put(clk) do { } while (0) + +#endif |