Skip to content

Commit

Permalink
ARM: OMAP2+: clk: remove obsolete clksel support code
Browse files Browse the repository at this point in the history
The clksel clock type is no longer used for anything, it is rather
replaced with common clock divider code. Thus, remove the dead code
from kernel.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
  • Loading branch information
Tero Kristo committed Jun 2, 2015
1 parent afe2cf0 commit 574c011
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 480 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ obj-y := id.o io.o control.o mux.o devices.o fb.o serial.o timer.o pm.o \

hwmod-common = omap_hwmod.o omap_hwmod_reset.o \
omap_hwmod_common_data.o
clock-common = clock.o clock_common_data.o \
clkt_clksel.o
clock-common = clock.o clock_common_data.o
secure-common = omap-smc.o omap-secure.o

obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(hwmod-common)
Expand Down
Loading

0 comments on commit 574c011

Please sign in to comment.