Skip to content

Commit

Permalink
Merge branch 'next/cleanup-samsung-3' of git://git.kernel.org/pub/scm…
Browse files Browse the repository at this point in the history
…/linux/kernel/git/kgene/linux-samsung into next/cleanup

From Kukjin Kim:
* 'next/cleanup-samsung-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
  ARM: EXYNOS: Remove unused regs-mem.h file
  ARM: EXYNOS: Remove unused non-dt support for dwmci controller
  • Loading branch information
Olof Johansson committed Nov 30, 2012
2 parents 73f14f6 + 8aca8db commit 4fabb63
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 125 deletions.
5 changes: 0 additions & 5 deletions arch/arm/mach-exynos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ config EXYNOS_DEV_SYSMMU
help
Common setup code for SYSTEM MMU in EXYNOS platforms

config EXYNOS4_DEV_DWMCI
bool
help
Compile in platform device definitions for DWMCI

config EXYNOS4_DEV_USB_OHCI
bool
help
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-exynos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ obj-$(CONFIG_MACH_EXYNOS5_DT) += mach-exynos5-dt.o
obj-y += dev-uart.o
obj-$(CONFIG_ARCH_EXYNOS4) += dev-audio.o
obj-$(CONFIG_EXYNOS4_DEV_AHCI) += dev-ahci.o
obj-$(CONFIG_EXYNOS4_DEV_DWMCI) += dev-dwmci.o
obj-$(CONFIG_EXYNOS_DEV_DMA) += dma.o
obj-$(CONFIG_EXYNOS4_DEV_USB_OHCI) += dev-ohci.o
obj-$(CONFIG_EXYNOS_DEV_DRM) += dev-drm.o
Expand Down
75 changes: 0 additions & 75 deletions arch/arm/mach-exynos/dev-dwmci.c

This file was deleted.

20 changes: 0 additions & 20 deletions arch/arm/mach-exynos/include/mach/dwmci.h

This file was deleted.

23 changes: 0 additions & 23 deletions arch/arm/mach-exynos/include/mach/regs-mem.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/arm/plat-samsung/include/plat/devs.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ extern struct platform_device s5pv210_device_spdif;

extern struct platform_device exynos4_device_ac97;
extern struct platform_device exynos4_device_ahci;
extern struct platform_device exynos4_device_dwmci;
extern struct platform_device exynos4_device_i2s0;
extern struct platform_device exynos4_device_i2s1;
extern struct platform_device exynos4_device_i2s2;
Expand Down

0 comments on commit 4fabb63

Please sign in to comment.