summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/sram.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-09-28 15:27:30 +0200
committerArnd Bergmann <arnd@arndb.de>2023-01-09 17:00:54 +0100
commita1080f6165d7ae9a32efde5b2fcd11d9076eb7f0 (patch)
tree563f73b941d55457614e17e97a5b8613ce866038 /arch/arm/mach-omap2/sram.h
parent8e2644fff884bc126eeb2f9b989d7728162c3836 (diff)
ARM: omap2: remove unused declarations
These functions were removed at some point in the past, but the extraneous declarations were left behind. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap2/sram.h')
-rw-r--r--arch/arm/mach-omap2/sram.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/sram.h b/arch/arm/mach-omap2/sram.h
index 271062f23482..030cabc39821 100644
--- a/arch/arm/mach-omap2/sram.h
+++ b/arch/arm/mach-omap2/sram.h
@@ -17,10 +17,6 @@ extern int __init omap_sram_init(void);
extern void *omap_sram_push(void *funcp, unsigned long size);
-/* Do not use these */
-extern void omap24xx_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
-extern unsigned long omap24xx_sram_reprogram_clock_sz;
-
extern void omap242x_sram_ddr_init(u32 *slow_dll_ctrl, u32 fast_dll_ctrl,
u32 base_cs, u32 force_unlock);
extern unsigned long omap242x_sram_ddr_init_sz;