From patchwork Wed Aug 11 10:11:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: charu@ti.com X-Patchwork-Id: 118787 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7BA8eTa002270 for ; Wed, 11 Aug 2010 10:08:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932821Ab0HKKIk (ORCPT ); Wed, 11 Aug 2010 06:08:40 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:49976 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758070Ab0HKKIi (ORCPT ); Wed, 11 Aug 2010 06:08:38 -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 o7BA8WIW026810 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Aug 2010 05:08:35 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o7BA8P4b017504; Wed, 11 Aug 2010 15:38:30 +0530 (IST) From: Charulatha V To: linux-omap@vger.kernel.org Cc: wim@iguana.be, khilman@deeprootsystems.com, paul@pwsan.com, b-cousson@ti.com, rnayak@ti.com, p-basak2@ti.com, Charulatha V Subject: [PATCH 5/6 v2] OMAP4: WDT: Enable watchdog timer2 hwmod structure Date: Wed, 11 Aug 2010 15:41:10 +0530 Message-Id: <1281521471-15802-6-git-send-email-charu@ti.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1281521471-15802-5-git-send-email-charu@ti.com> References: <1281521471-15802-1-git-send-email-charu@ti.com> <1281521471-15802-2-git-send-email-charu@ti.com> <1281521471-15802-3-git-send-email-charu@ti.com> <1281521471-15802-4-git-send-email-charu@ti.com> <1281521471-15802-5-git-send-email-charu@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]); Wed, 11 Aug 2010 10:08:43 +0000 (UTC) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 9736a49..929d458 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -5789,7 +5789,7 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = { /* usb_tll_hs class */ /* &omap44xx_usb_tll_hs_hwmod, */ /* wd_timer class */ -/* &omap44xx_wd_timer2_hwmod, */ + &omap44xx_wd_timer2_hwmod, /* &omap44xx_wd_timer3_hwmod, */ NULL, };