linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Small compile error with MTD driver
@ 2001-07-05 22:44 Jeff Golds
  0 siblings, 0 replies; only message in thread
From: Jeff Golds @ 2001-07-05 22:44 UTC (permalink / raw)
  To: linux-kernel

Linus,

I just downloaded the 2.4.6 kernel and got a compile error while
building the mtd driver as a module.  The following patch addresses the
issue and I apologize if someone has already sent this in.

-Jeff

--- 2.4.6.clean/include/linux/mtd/cfi.h   Thu Jul  5 15:03:47 2001
+++ 2.4.6/include/linux/mtd/cfi.h Thu Jul  5 15:30:43 2001
@@ -10,6 +10,7 @@
 #include <linux/config.h>
 #include <linux/delay.h>
 #include <linux/types.h>
+#include <linux/interrupt.h>
 #include <linux/mtd/flashchip.h>
 #include
<linux/mtd/cfi_endian.h>                                                                        

-- 
Jeff Golds
Sr. Software Engineer
jgolds@resilience.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-05 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-05 22:44 [PATCH] Small compile error with MTD driver Jeff Golds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).