repo.or.cz
/
linux-btrfs-devel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git]
/
arch
/
arm
/
mach-s5p64x0
/
include
/
mach
/
clkdev.h
blob
7dffa83d23ff5c427988b2aeb22453cc4277870a
1
#ifndef __MACH_CLKDEV_H__
2
#define __MACH_CLKDEV_H__
3
4
#define __clk_get(clk) ({ 1; })
5
#define __clk_put(clk) do {} while (0)
6
7
#endif