diff options
author | Kukjin Kim <kgene@kernel.org> | 2015-07-30 01:48:17 +0900 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-07-30 01:48:44 +0900 |
commit | a1bd8d8bb890c77b97e3d6d1ea6f9d26a1c31ca8 (patch) | |
tree | 676c93b41d7d8d74c7ba23c8074f035e27a097bf /arch/arm/plat-samsung/Makefile | |
parent | 0e6262a097929eb9fcfb4cdc1cbe76f16b187d7a (diff) | |
download | linux-stable-a1bd8d8bb890c77b97e3d6d1ea6f9d26a1c31ca8.tar.gz linux-stable-a1bd8d8bb890c77b97e3d6d1ea6f9d26a1c31ca8.tar.bz2 linux-stable-a1bd8d8bb890c77b97e3d6d1ea6f9d26a1c31ca8.zip |
ARM: SAMSUNG: make local setup-camif in mach-s3c24xx
This patch moves setup-camif from plat-samsung into mach-s3c24xx
because it can be used only for s3c24xx no other platforms.
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index 1a29ab1f446d..c48a2ccb1c62 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile @@ -24,8 +24,6 @@ obj-$(CONFIG_S5P_DEV_MFC) += s5p-dev-mfc.o obj-$(CONFIG_SAMSUNG_DEV_BACKLIGHT) += dev-backlight.o -obj-$(CONFIG_S3C_SETUP_CAMIF) += setup-camif.o - # PM support obj-$(CONFIG_PM_SLEEP) += pm-common.o |