From patchwork Fri Aug 14 10:59:13 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: abhijitpagare@ti.com X-Patchwork-Id: 41375 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7EAtPBG025740 for ; Fri, 14 Aug 2009 10:59:23 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753910AbZHNK7U (ORCPT ); Fri, 14 Aug 2009 06:59:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754731AbZHNK7U (ORCPT ); Fri, 14 Aug 2009 06:59:20 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:57238 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753910AbZHNK7T (ORCPT ); Fri, 14 Aug 2009 06:59:19 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id n7EAxEVZ016363 for ; Fri, 14 Aug 2009 05:59:20 -0500 Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id n7EAxD1b008883; Fri, 14 Aug 2009 16:29:13 +0530 (IST) Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by linfarm476.india.ti.com (8.12.11/8.12.11) with ESMTP id n7EAxDFI022589; Fri, 14 Aug 2009 16:29:13 +0530 Received: (from a0393848@localhost) by linfarm476.india.ti.com (8.12.11/8.12.11/Submit) id n7EAxDWW022587; Fri, 14 Aug 2009 16:29:13 +0530 From: abhijitpagare@ti.com To: linux-omap@vger.kernel.org Cc: Abhijit Pagare Subject: [PATCH 2/3] ARM: OMAP4: PM: Upgrade the makefile for power domain initialisations Date: Fri, 14 Aug 2009 16:29:13 +0530 Message-Id: <1250247553-22525-1-git-send-email-abhijitpagare@ti.com> X-Mailer: git-send-email 1.5.5 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: Abhijit Pagare This Patch upgrades the Makefile for Power Domain Framework Signed-off-by: Abhijit Pagare --- arch/arm/mach-omap2/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 3322292..1a18026 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -3,7 +3,7 @@ # # Common support -obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o clock.o prcm.o +obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o clock.o prcm.o powerdomain.o omap-2-3-common = irq.o sdrc.o prcm-common = powerdomain.o