mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: torvalds@osdl.org, linux-kernel@vger.kernel.org, wim@iguana.be
Subject: [PATCH 5/6] alpha: Fix breakage in wdt_pci
Date: Mon, 04 Aug 2008 17:56:02 +0100	[thread overview]
Message-ID: <20080804165540.15222.82130.stgit@localhost.localdomain> (raw)
In-Reply-To: <20080804164941.15222.24613.stgit@localhost.localdomain>

From: Andrew Morton <akpm@linux-foundation.org>

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 <akpm@linux-foundation.org>
Signed-off-by: Alan Cox <alan@redhat.com>
---

 drivers/watchdog/wdt_pci.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/drivers/watchdog/wdt_pci.c b/drivers/watchdog/wdt_pci.c
index 078f37f..5d922fd 100644
--- a/drivers/watchdog/wdt_pci.c
+++ b/drivers/watchdog/wdt_pci.c
@@ -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>


  parent reply	other threads:[~2008-08-04 17:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-04 16:52 [PATCH 0/6] Subset of watchdog fixes Alan Cox
2008-08-04 16:53 ` [PATCH 1/6] Fix locking Alan Cox
2008-08-04 16:54 ` [PATCH 2/6] it8712f_wdt: Locking and coding style Alan Cox
2008-08-04 16:54 ` [PATCH 3/6] " Alan Cox
2008-08-04 16:55 ` [PATCH 4/6] wdt: Cleanup and sort out locking and inb_p Alan Cox
2008-08-04 16:56 ` Alan Cox [this message]
2008-08-04 16:56 ` [PATCH 6/6] sc1200: Fix locking, sems and coding style Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080804165540.15222.82130.stgit@localhost.localdomain \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    --cc=wim@iguana.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®