]> Git Repo - linux.git/commitdiff
alpha: Fix breakage in wdt_pci
authorAndrew Morton <[email protected]>
Mon, 4 Aug 2008 16:56:02 +0000 (17:56 +0100)
committerLinus Torvalds <[email protected]>
Tue, 5 Aug 2008 00:12:07 +0000 (17:12 -0700)
drivers/watchdog/wdt_pci.c: In function 'wdtpci_ctr_mode':
drivers/watchdog/wdt_pci.c:120: error: implicit declaration of function 'udelay'
{standard input}: Assembler messages:

Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/watchdog/wdt_pci.c

index 078f37f803832a381d2a7aa796f5ba3465102fdf..5d922fd6eafcddb60eb44ab948f56e86e28be82d 100644 (file)
@@ -44,6 +44,7 @@
 #include <linux/miscdevice.h>
 #include <linux/watchdog.h>
 #include <linux/ioport.h>
+#include <linux/delay.h>
 #include <linux/notifier.h>
 #include <linux/reboot.h>
 #include <linux/init.h>
This page took 0.04556 seconds and 4 git commands to generate.