From patchwork Sat May 29 16:32:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thara Gopinath X-Patchwork-Id: 103081 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4TGWp1W017252 for ; Sat, 29 May 2010 16:32:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757576Ab0E2Qct (ORCPT ); Sat, 29 May 2010 12:32:49 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:37809 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757401Ab0E2Qcj (ORCPT ); Sat, 29 May 2010 12:32:39 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id o4TGWYhQ018682 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 May 2010 11:32:36 -0500 Received: from linfarm488.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o4TGWVgj026197; Sat, 29 May 2010 22:02:32 +0530 (IST) Received: from linfarm488.india.ti.com (localhost [127.0.0.1]) by linfarm488.india.ti.com (8.12.11/8.12.11) with ESMTP id o4TGWUem015446; Sat, 29 May 2010 22:02:30 +0530 Received: (from a0393109@localhost) by linfarm488.india.ti.com (8.12.11/8.12.11/Submit) id o4TGWUTH015444; Sat, 29 May 2010 22:02:30 +0530 From: Thara Gopinath To: linux-omap@vger.kernel.org Cc: khilman@deeprootsystems.com, paul@pwsan.com, b-cousson@ti.com, vishwanath.bs@ti.com, sawant@ti.com, Thara Gopinath Subject: [PATCH 7/8] OMAP: PM: Allowing an early init of pm debugfs driver. Date: Sat, 29 May 2010 22:02:27 +0530 Message-Id: <1275150748-15386-8-git-send-email-thara@ti.com> X-Mailer: git-send-email 1.5.6.6 In-Reply-To: <1275150748-15386-7-git-send-email-thara@ti.com> References: <1275150748-15386-1-git-send-email-thara@ti.com> <1275150748-15386-2-git-send-email-thara@ti.com> <1275150748-15386-3-git-send-email-thara@ti.com> <1275150748-15386-4-git-send-email-thara@ti.com> <1275150748-15386-5-git-send-email-thara@ti.com> <1275150748-15386-6-git-send-email-thara@ti.com> <1275150748-15386-7-git-send-email-thara@ti.com> 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.3 (demeter.kernel.org [140.211.167.41]); Sat, 29 May 2010 16:32:51 +0000 (UTC) diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c index 4280006..b239c16 100644 --- a/arch/arm/mach-omap2/pm-debug.c +++ b/arch/arm/mach-omap2/pm-debug.c @@ -611,6 +611,6 @@ static int __init pm_dbg_init(void) return 0; } -arch_initcall(pm_dbg_init); +postcore_initcall(pm_dbg_init); #endif