Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756652Ab0AGCfz (ORCPT ); Wed, 6 Jan 2010 21:35:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756613Ab0AGCfy (ORCPT ); Wed, 6 Jan 2010 21:35:54 -0500 Received: from mail.gmx.net ([213.165.64.20]:47452 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756583Ab0AGCfy (ORCPT ); Wed, 6 Jan 2010 21:35:54 -0500 X-Authenticated: #12255092 X-Provags-ID: V01U2FsdGVkX1+s4pscB1CsKtV9QTQIbdhovfj6ehCwHg7G6UCEx4 UD8l7Zg7djHrAM From: Peter Huewe To: Wim Van Sebroeck Subject: [PATCH] watchdog/ixp2000: Fix build failure caused by missing include Date: Thu, 7 Jan 2010 03:35:49 +0100 User-Agent: KMail/1.12.3 (Linux/2.6.27-05415-g69a8594; KDE/4.3.3; x86_64; ; ) Cc: linux-kernel@vger.kernel.org, Russell King , Andrew Morton MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201001070335.49710.PeterHuewe@gmx.de> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.62 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1201 Lines: 39 From: Peter Huewe Date: Thu, 7 Jan 2010 03:24:28 +0100 This patch fixes a build failure[1] caused by the missing include of timer.h and thus fixes the build failure. Notably the build failure existed since October 2009! [2] References: [1] http://kisskb.ellerman.id.au/kisskb/buildresult/1983339/ [2] http://kisskb.ellerman.id.au/kisskb/buildresult/1351737/ Patch against Linus' tree Signed-off-by: Peter Huewe --- drivers/watchdog/ixp2000_wdt.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog/ixp2000_wdt.c b/drivers/watchdog/ixp2000_wdt.c index 4f4b35a..3c79dc5 100644 --- a/drivers/watchdog/ixp2000_wdt.c +++ b/drivers/watchdog/ixp2000_wdt.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include -- 1.6.4.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/