aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-11-27 10:51:39 -0500
committerTony Lindgren <tony@atomide.com>2015-01-07 17:27:39 -0500
commitfc24fc650620cbf94b277af5f25fa38cc9fe6656 (patch)
tree85ef71c2a73eb391892285a89973fd053156485b /arch/arm/mach-omap2
parent2740cf7a96a1391df7a97cf2e474677ae4578ae4 (diff)
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')
-rw-r--r--arch/arm/mach-omap2/prm3xxx.h1
-rw-r--r--arch/arm/mach-omap2/prm44xx_54xx.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/prm3xxx.h b/arch/arm/mach-omap2/prm3xxx.h
index cfde3f4a03cc..ed8a3d8b739a 100644
--- a/arch/arm/mach-omap2/prm3xxx.h
+++ b/arch/arm/mach-omap2/prm3xxx.h
@@ -145,7 +145,6 @@ extern void omap3_prm_vcvp_write(u32 val, u8 offset);
145extern u32 omap3_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset); 145extern u32 omap3_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset);
146 146
147extern int __init omap3xxx_prm_init(void); 147extern int __init omap3xxx_prm_init(void);
148extern u32 omap3xxx_prm_get_reset_sources(void);
149int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 ignore_bits); 148int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 ignore_bits);
150void omap3xxx_prm_iva_idle(void); 149void omap3xxx_prm_iva_idle(void);
151void omap3_prm_reset_modem(void); 150void omap3_prm_reset_modem(void);
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);
39extern u32 omap4_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset); 39extern u32 omap4_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset);
40 40
41extern int __init omap44xx_prm_init(void); 41extern int __init omap44xx_prm_init(void);
42extern u32 omap44xx_prm_get_reset_sources(void);
43 42
44#endif 43#endif
45 44