From patchwork Thu Feb 3 10:20:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 529041 X-Patchwork-Delegate: tony@atomide.com 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 p13ALPMw011814 for ; Thu, 3 Feb 2011 10:21:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756183Ab1BCKVN (ORCPT ); Thu, 3 Feb 2011 05:21:13 -0500 Received: from na3sys009aog102.obsmtp.com ([74.125.149.69]:54792 "EHLO na3sys009aog102.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756152Ab1BCKVM (ORCPT ); Thu, 3 Feb 2011 05:21:12 -0500 Received: from source ([209.85.161.43]) by na3sys009aob102.postini.com ([74.125.148.12]) with SMTP ID DSNKTUqBlrkiPFujSk37qCO9onAVBhtrdxn0@postini.com; Thu, 03 Feb 2011 02:21:11 PST Received: by mail-fx0-f43.google.com with SMTP id 18so1029188fxm.30 for ; Thu, 03 Feb 2011 02:21:10 -0800 (PST) Received: by 10.223.96.195 with SMTP id i3mr6117468fan.77.1296728470353; Thu, 03 Feb 2011 02:21:10 -0800 (PST) Received: from localhost (cs181221087.pp.htv.fi [82.181.221.87]) by mx.google.com with ESMTPS id k6sm193289faa.30.2011.02.03.02.21.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Feb 2011 02:21:09 -0800 (PST) From: Felipe Balbi To: Tony Lindgren Cc: Linux OMAP Mailing List , Felipe Balbi Subject: [RFT/RFC/PATCH 12/13] cbus: Makefile: re-enable retu-wdt Date: Thu, 3 Feb 2011 12:20:27 +0200 Message-Id: <1296728428-26399-13-git-send-email-balbi@ti.com> X-Mailer: git-send-email 1.7.4.rc2 In-Reply-To: <1296728428-26399-1-git-send-email-balbi@ti.com> References: <1296728428-26399-1-git-send-email-balbi@ti.com> Organization: Texas Instruments\n 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]); Thu, 03 Feb 2011 10:21:27 +0000 (UTC) diff --git a/drivers/cbus/Makefile b/drivers/cbus/Makefile index 7bfd997..c5c3940 100644 --- a/drivers/cbus/Makefile +++ b/drivers/cbus/Makefile @@ -8,8 +8,7 @@ obj-$(CONFIG_CBUS_RETU) += retu.o obj-$(CONFIG_CBUS_TAHVO_USB) += tahvo-usb.o obj-$(CONFIG_CBUS_TAHVO_USER) += tahvo-user.o -## Disable Retu children until converted to threaded IRQ obj-$(CONFIG_CBUS_RETU_POWERBUTTON) += retu-pwrbutton.o obj-$(CONFIG_CBUS_RETU_RTC) += retu-rtc.o -#obj-$(CONFIG_CBUS_RETU_WDT) += retu-wdt.o +obj-$(CONFIG_CBUS_RETU_WDT) += retu-wdt.o obj-$(CONFIG_CBUS_RETU_HEADSET) += retu-headset.o