diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-28 14:12:14 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-09 17:00:54 +0100 |
commit | cbcf78330fece15e9500d77e5df5af0e4da9a253 (patch) | |
tree | 00e5b08cf00a3bf964d6c11718bba7645ea15571 /arch/arm/mach-omap2/io.c | |
parent | ARM: omap2: remove unused omap_hwmod_reset.c (diff) | |
download | linux-cbcf78330fece15e9500d77e5df5af0e4da9a253.tar.xz linux-cbcf78330fece15e9500d77e5df5af0e4da9a253.zip |
ARM: omap2: simplify clock2xxx header
Only one of the functions in clock2xxx.h is used in a file
other than the one it is declared in, so remove the extra
declarations, and make the symbols static.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 921c18ccde6d..375fea35b981 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -32,7 +32,6 @@ #include "clockdomain.h" #include "common.h" #include "clock.h" -#include "clock2xxx.h" #include "sdrc.h" #include "control.h" #include "sram.h" |