All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog/ixp2000: Fix build failure caused by missing include
@ 2010-01-07  2:35 Peter Huewe
  2010-01-07 22:01 ` Wim Van Sebroeck
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Huewe @ 2010-01-07  2:35 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: linux-kernel, Russell King, Andrew Morton

From: Peter Huewe <peterhuewe@gmx.de>
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 <peterhuewe@gmx.de>
---
 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 <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/types.h>
+#include <linux/timer.h>
 #include <linux/kernel.h>
 #include <linux/fs.h>
 #include <linux/miscdevice.h>
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] watchdog/ixp2000: Fix build failure caused by missing include
  2010-01-07  2:35 [PATCH] watchdog/ixp2000: Fix build failure caused by missing include Peter Huewe
@ 2010-01-07 22:01 ` Wim Van Sebroeck
  0 siblings, 0 replies; 2+ messages in thread
From: Wim Van Sebroeck @ 2010-01-07 22:01 UTC (permalink / raw)
  To: Peter Huewe; +Cc: Wim Van Sebroeck, linux-kernel, Russell King, Andrew Morton

Hi Peter,

> From: Peter Huewe <peterhuewe@gmx.de>
> 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 <peterhuewe@gmx.de>

Patch added to linux-2.6-watchog-next tree.

Kind regards,
Wim.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-07 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07  2:35 [PATCH] watchdog/ixp2000: Fix build failure caused by missing include Peter Huewe
2010-01-07 22:01 ` Wim Van Sebroeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.