public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compilation fix for nand.c
@ 2001-09-24 20:34 Dave Jones
  2001-09-24 20:54 ` David Woodhouse
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dave Jones @ 2001-09-24 20:34 UTC (permalink / raw)
  To: dwmw2, Linus Torvalds; +Cc: Linux Kernel Mailing List


nand.c uses do_softirq() without including interrupt.h.
Patch below makes things compile again.

regards,

Dave.

diff -urN --exclude-from=/home/davej/.exclude linux-test/drivers/mtd/nand/nand.c linux-dj/drivers/mtd/nand/nand.c
--- linux-test/drivers/mtd/nand/nand.c	Mon Sep 24 21:24:40 2001
+++ linux-dj/drivers/mtd/nand/nand.c	Mon Sep 24 02:36:43 2001
@@ -21,6 +21,7 @@
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/nand.h>
 #include <linux/mtd/nand_ids.h>
+#include <linux/interrupt.h>
 #include <asm/io.h>

 #ifdef CONFIG_MTD_NAND_ECC


-- 
| Dave Jones.        http://www.suse.de/~davej
| SuSE Labs


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

end of thread, other threads:[~2001-09-25  7:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-24 20:34 [PATCH] compilation fix for nand.c Dave Jones
2001-09-24 20:54 ` David Woodhouse
2001-09-25  0:01 ` Eyal Lebedinsky
2001-09-25  0:07   ` Dave Jones
2001-09-25  7:53 ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox