From: Andrew Morton Date: Mon, 4 Aug 2008 16:56:02 +0000 (+0100) Subject: alpha: Fix breakage in wdt_pci X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=81830061bbae282d37c9af30084a1116b6239520;p=linux-beck.git alpha: Fix breakage in wdt_pci 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 Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- diff --git a/drivers/watchdog/wdt_pci.c b/drivers/watchdog/wdt_pci.c index 078f37f80383..5d922fd6eafc 100644 --- a/drivers/watchdog/wdt_pci.c +++ b/drivers/watchdog/wdt_pci.c @@ -44,6 +44,7 @@ #include #include #include +#include #include #include #include