diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-11-27 17:51:39 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-07 14:27:39 -0800 |
commit | fc24fc650620cbf94b277af5f25fa38cc9fe6656 (patch) | |
tree | 85ef71c2a73eb391892285a89973fd053156485b /arch/arm/mach-omap2/prm44xx_54xx.h | |
parent | 2740cf7a96a1391df7a97cf2e474677ae4578ae4 (diff) | |
download | linux-fc24fc650620cbf94b277af5f25fa38cc9fe6656.tar.bz2 |
ARM: OMAP3+: PRM: remove prm_get_reset_sources declaration from headers
There is no implementation for this anywhere, so remove it from the header
files also.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
[tony@atomide.com: updated to apply]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm44xx_54xx.h')
-rw-r--r-- | arch/arm/mach-omap2/prm44xx_54xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm44xx_54xx.h b/arch/arm/mach-omap2/prm44xx_54xx.h index f7512515fde5..714329565b90 100644 --- a/arch/arm/mach-omap2/prm44xx_54xx.h +++ b/arch/arm/mach-omap2/prm44xx_54xx.h @@ -39,7 +39,6 @@ extern void omap4_prm_vcvp_write(u32 val, u8 offset); extern u32 omap4_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset); extern int __init omap44xx_prm_init(void); -extern u32 omap44xx_prm_get_reset_sources(void); #endif |