diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-09-20 13:57:31 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-21 15:01:47 +0200 |
commit | d379e8899a8da1041c347ae5b792773c48a559a9 (patch) | |
tree | 1996c1c8a93d109fc14b55e8b69e54f6fe920918 /arch/arm/plat-omap/include/plat/counter-32k.h | |
parent | ARM: omap1: innovator: move ohci phy power handling to board file (diff) | |
download | linux-d379e8899a8da1041c347ae5b792773c48a559a9.tar.xz linux-d379e8899a8da1041c347ae5b792773c48a559a9.zip |
ARM: omap1: move 32k counter from plat-omap to mach-omap1
omap2 stopped using this code with commit 8d39ff3d1696 ("ARM: OMAP2+:
Remove unused legacy code for timer"), so just move it to mach-omap1 now,
along with the other half of that driver.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/plat-omap/include/plat/counter-32k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/counter-32k.h b/arch/arm/plat-omap/include/plat/counter-32k.h deleted file mode 100644 index da000d482ff2..000000000000 --- a/arch/arm/plat-omap/include/plat/counter-32k.h +++ /dev/null @@ -1 +0,0 @@ -int omap_init_clocksource_32k(void __iomem *vbase); |