aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap_opp_data.h
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2022-09-28 15:27:30 +0200
committerGravatar Arnd Bergmann <arnd@arndb.de> 2023-01-09 17:00:54 +0100
commita1080f6165d7ae9a32efde5b2fcd11d9076eb7f0 (patch)
tree563f73b941d55457614e17e97a5b8613ce866038 /arch/arm/mach-omap2/omap_opp_data.h
parentARM: omap2: remove unused functions (diff)
downloadlinux-a1080f6165d7ae9a32efde5b2fcd11d9076eb7f0.tar.gz
linux-a1080f6165d7ae9a32efde5b2fcd11d9076eb7f0.tar.bz2
linux-a1080f6165d7ae9a32efde5b2fcd11d9076eb7f0.zip
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/omap_opp_data.h')
-rw-r--r--arch/arm/mach-omap2/omap_opp_data.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/omap_opp_data.h b/arch/arm/mach-omap2/omap_opp_data.h
index 88375ab38e31..ed84fe95e857 100644
--- a/arch/arm/mach-omap2/omap_opp_data.h
+++ b/arch/arm/mach-omap2/omap_opp_data.h
@@ -71,11 +71,6 @@ struct omap_opp_def {
.vp_errgain = _errgain \
}
-/* Use this to initialize the default table */
-extern int __init omap_init_opp_table(struct omap_opp_def *opp_def,
- u32 opp_def_size);
-
-
extern struct omap_volt_data omap34xx_vddmpu_volt_data[];
extern struct omap_volt_data omap34xx_vddcore_volt_data[];
extern struct omap_volt_data omap36xx_vddmpu_volt_data[];