Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932213Ab2B1H2u (ORCPT ); Tue, 28 Feb 2012 02:28:50 -0500 Received: from na3sys009aog125.obsmtp.com ([74.125.149.153]:53401 "HELO na3sys009aog125.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756314Ab2B1H2k (ORCPT ); Tue, 28 Feb 2012 02:28:40 -0500 From: zhaoy To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, nicolas.pitre@linaro.org, linux@arm.linux.org.uk, hzhuang1@marvell.com, cxie4@marvell.com, leoy@marvell.com Cc: zhaoy Subject: [PATCH 07/13] DMA:mmp:remove redundant dma drivers Date: Tue, 28 Feb 2012 15:27:39 +0800 Message-Id: <1330414065-2949-8-git-send-email-zhaoy@marvell.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: X-OriginalArrivalTime: 28 Feb 2012 07:28:22.0595 (UTC) FILETIME=[8D233930:01CCF5EA] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1252 Lines: 32 1.remove old dma drivers Change-Id: I96ffed95012a4f3e855c2f6c184646a798a0ee7d Signed-off-by: zhaoy --- arch/arm/mach-mmp/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile index a5d5ba7..d06adcb 100644 --- a/arch/arm/mach-mmp/Makefile +++ b/arch/arm/mach-mmp/Makefile @@ -9,9 +9,9 @@ obj-$(CONFIG_FB_PXA168) += onboard/ obj-$(CONFIG_CPU_PXA168) += pxa168.o irq-pxa168.o obj-$(CONFIG_CPU_PXA910) += pxa910.o irq-pxa168.o sram.o pxa910-squ.o \ clock.o -obj-$(CONFIG_CPU_MMP2) += mmp2.o irq-mmp2.o clock.o mmp_dma.o \ +obj-$(CONFIG_CPU_MMP2) += mmp2.o irq-mmp2.o clock.o \ sram.o mmp2_sspa.o mmp2_fuse.o clock-audio.o -obj-$(CONFIG_CPU_MMP3) += mmp3.o irq-mmp3.o mmp_dma.o mmp2_sspa.o \ +obj-$(CONFIG_CPU_MMP3) += mmp3.o irq-mmp3.o mmp2_sspa.o \ sram.o delay-mmp3.o clock-mmp3.o dvfs-mmp3.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/