This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b2ee7d46be
linux
/
arch
/
arm
/
plat-omap
/
include
/
plat
/
counter-32k.h
2 lines
52 B
C
Raw
Normal View
History
Unescape
Escape
ARM: OMAP: Remove plat-omap/common.h Most of the prototypes in plat-omap/common.h are not common to omap1 and omap2+, they are local to omap2+ and should not be in plat-omap/common.h. The only shared function prototype in this file is omap_init_clocksource_32k(), let's put that into counter-32k.h. Note that the new plat/counter-32k.h must not be included from drivers, that will break omap2+ build for CONFIG_MULTIPLATFORM. Signed-off-by: Tony Lindgren <tony@atomide.com>
2012-10-29 23:45:47 +00:00
int
omap_init_clocksource_32k
(
void
__iomem
*
vbase
)
;
Reference in New Issue
Copy Permalink