Skip to content

Commit

Permalink
ARM: OMAP2: Move clock.c to clock24xx.c
Browse files Browse the repository at this point in the history
This patch moves clock.h to clock24xx.c to make room for
adding common clock code for 24xx and 34xx.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Paul Walmsley authored and Tony Lindgren committed Apr 14, 2008
1 parent 32ab2cb commit 3d876e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
#

# Common support
obj-y := irq.o id.o io.o sram-fn.o memory.o control.o prcm.o clock.o mux.o \
obj-y := irq.o id.o io.o sram-fn.o memory.o control.o prcm.o mux.o \
devices.o serial.o gpmc.o timer-gp.o

# Power Management
obj-$(CONFIG_PM) += pm.o pm-domain.o sleep.o

# Clock framework
obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o

# Specific board support
obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o
obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o
Expand Down
File renamed without changes.

0 comments on commit 3d876e5

Please sign in to comment.