git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
[pandora-kernel.git]
/
arch
/
arm
/
mach-pnx4008
/
include
/
mach
/
clkdev.h
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