Merge branch 'topic/asoc' into for-linus
[deliverable/linux.git] / arch / arm / mach-pxa / include / mach / clkdev.h
CommitLineData
8c3abc7d
RK
1#ifndef __ASM_MACH_CLKDEV_H
2#define __ASM_MACH_CLKDEV_H
3
4#define __clk_get(clk) ({ 1; })
5#define __clk_put(clk) do { } while (0)
6
7#endif
This page took 0.059279 seconds and 5 git commands to generate.