From patchwork Mon Mar 7 21:10:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 616621 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p27LBB8q010629 for ; Mon, 7 Mar 2011 21:11:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756138Ab1CGVLJ (ORCPT ); Mon, 7 Mar 2011 16:11:09 -0500 Received: from na3sys009aog103.obsmtp.com ([74.125.149.71]:58334 "EHLO na3sys009aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756059Ab1CGVLI (ORCPT ); Mon, 7 Mar 2011 16:11:08 -0500 Received: from source ([209.85.210.41]) (using TLSv1) by na3sys009aob103.postini.com ([74.125.148.12]) with SMTP ID DSNKTXVJ5gt8RF0pJ+pzCU6pzz9qg09l3qU7@postini.com; Mon, 07 Mar 2011 13:11:08 PST Received: by mail-pz0-f41.google.com with SMTP id 33so919597pzk.28 for ; Mon, 07 Mar 2011 13:11:02 -0800 (PST) Received: by 10.142.154.12 with SMTP id b12mr3719233wfe.160.1299532262609; Mon, 07 Mar 2011 13:11:02 -0800 (PST) Received: from localhost (c-24-18-179-55.hsd1.wa.comcast.net [24.18.179.55]) by mx.google.com with ESMTPS id n4sm2983wfl.2.2011.03.07.13.11.00 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Mar 2011 13:11:01 -0800 (PST) From: Kevin Hilman To: Lesly A M Cc: linux-omap@vger.kernel.org, Nishanth Menon , David Derrick , Samuel Ortiz Subject: Re: [PATCH v8 6/7] omap3430: Updating the board file to use TWL4030 scripts Organization: Texas Instruments, Inc. References: <1299072653-13414-1-git-send-email-leslyam@ti.com> <1299072653-13414-7-git-send-email-leslyam@ti.com> <87sjuy67l3.fsf@ti.com> Date: Mon, 07 Mar 2011 13:10:59 -0800 In-Reply-To: <87sjuy67l3.fsf@ti.com> (Kevin Hilman's message of "Mon, 07 Mar 2011 11:42:16 -0800") Message-ID: <87mxl64ows.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 07 Mar 2011 21:11:32 +0000 (UTC) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 65d8701..8bdc969 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -61,7 +61,7 @@ ifeq ($(CONFIG_PM),y) obj-$(CONFIG_ARCH_OMAP2) += pm24xx.o obj-$(CONFIG_ARCH_OMAP2) += sleep24xx.o pm_bus.o obj-$(CONFIG_ARCH_OMAP3) += pm34xx.o sleep34xx.o \ - cpuidle34xx.o pm_bus.o + cpuidle34xx.o pm_bus.o twl4030.o obj-$(CONFIG_ARCH_OMAP4) += pm44xx.o pm_bus.o obj-$(CONFIG_PM_DEBUG) += pm-debug.o obj-$(CONFIG_OMAP_SMARTREFLEX) += sr_device.o smartreflex.o