diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-28 15:27:30 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-09 17:00:54 +0100 |
commit | a1080f6165d7ae9a32efde5b2fcd11d9076eb7f0 (patch) | |
tree | 563f73b941d55457614e17e97a5b8613ce866038 /arch/arm/mach-omap2/powerdomain.h | |
parent | ARM: omap2: remove unused functions (diff) | |
download | linux-a1080f6165d7ae9a32efde5b2fcd11d9076eb7f0.tar.xz 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/powerdomain.h')
-rw-r--r-- | arch/arm/mach-omap2/powerdomain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/powerdomain.h b/arch/arm/mach-omap2/powerdomain.h index 2eaabd94986f..4c5284d0fd62 100644 --- a/arch/arm/mach-omap2/powerdomain.h +++ b/arch/arm/mach-omap2/powerdomain.h @@ -208,8 +208,6 @@ struct powerdomain *pwrdm_lookup(const char *name); int pwrdm_for_each(int (*fn)(struct powerdomain *pwrdm, void *user), void *user); -int pwrdm_for_each_nolock(int (*fn)(struct powerdomain *pwrdm, void *user), - void *user); int pwrdm_add_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm); |