[WATCHDOG] v2.6.6 linux/watchdog.h patch

From: Wim Van Sebroeck
Date: Sun Jun 06 2004 - 13:27:20 EST


Hi Linus, Andrew,

please do a

bk pull http://linux-watchdog.bkbits.net/linux-2.6-watchdog

This will update the following files:

include/linux/watchdog.h | 1 +
1 files changed, 1 insertion(+)

through these ChangeSets:

<hch@xxxxxx> (04/06/06 1.1819)
[WATCHDOG] linux/watchdog.h include types.h patch

watchdog.h is using __u8 and __u32 from linux/types.h, so it needs to
include it.


The ChangeSets can also be looked at on:
http://linux-watchdog.bkbits.net:8080/linux-2.6-watchdog

For completeness, I added the patches below.

Greetings,
Wim.

================================================================================
diff -Nru a/include/linux/watchdog.h b/include/linux/watchdog.h
--- a/include/linux/watchdog.h Sun Jun 6 20:22:55 2004
+++ b/include/linux/watchdog.h Sun Jun 6 20:22:55 2004
@@ -10,6 +10,7 @@
#define _LINUX_WATCHDOG_H

#include <linux/ioctl.h>
+#include <linux/types.h>

#define WATCHDOG_IOCTL_BASE 'W'

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/