Skip to content

Commit

Permalink
OMAP3 clock: move OMAP3-specific DPLL functions to dpll3xxx.c
Browse files Browse the repository at this point in the history
Mark the OMAP3-specific DPLL functions as being OMAP3-specific by moving
them from mach-omap2/dpll.c to mach-omap2/dpll3xxx.c.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Rajendra Nayak <rnayak@ti.com>
  • Loading branch information
Paul Walmsley committed Jan 27, 2010
1 parent 46273e6 commit 98c4545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o

omap-2-3-common = irq.o sdrc.o omap_hwmod.o
omap-3-4-common = dpll.o
omap-3-4-common = dpll3xxx.o
prcm-common = prcm.o powerdomain.o
clock-common = clock.o clock_common_data.o clockdomain.o

Expand Down
File renamed without changes.

0 comments on commit 98c4545

Please sign in to comment.