Skip to content

Commit

Permalink
Merge branch 'samsung/cleanup-exynos-clock' into next/soc
Browse files Browse the repository at this point in the history
Conflicts:
	arch/arm/mach-exynos/clock-exynos4.c
	arch/arm/mach-exynos/clock.c

The cleanup moves the exynos4 clock implementation away, while
the other branch modifies the file with the old name.

Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
arndb committed Mar 20, 2012
2 parents 62a16d0 + 44b2cef commit bde7556
Show file tree
Hide file tree
Showing 35 changed files with 2,095 additions and 2,076 deletions.
3 changes: 2 additions & 1 deletion arch/arm/mach-exynos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ obj- :=

# Core

obj-$(CONFIG_ARCH_EXYNOS4) += common.o clock.o
obj-$(CONFIG_ARCH_EXYNOS) += common.o
obj-$(CONFIG_ARCH_EXYNOS4) += clock-exynos4.o
obj-$(CONFIG_CPU_EXYNOS4210) += clock-exynos4210.o
obj-$(CONFIG_SOC_EXYNOS4212) += clock-exynos4212.o

Expand Down
Loading

0 comments on commit bde7556

Please sign in to comment.