<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Bernardo Innocenti &lt;bernie@develer.com&gt;

It needs init.h


 drivers/mtd/chips/jedec_probe.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/mtd/chips/jedec_probe.c~mtd-build-fix drivers/mtd/chips/jedec_probe.c
--- 25/drivers/mtd/chips/jedec_probe.c~mtd-build-fix	2003-12-22 23:13:47.000000000 -0800
+++ 25-akpm/drivers/mtd/chips/jedec_probe.c	2003-12-22 23:13:47.000000000 -0800
@@ -8,6 +8,7 @@
 
 #include &lt;linux/config.h&gt;
 #include &lt;linux/module.h&gt;
+#include &lt;linux/init.h&gt;
 #include &lt;linux/types.h&gt;
 #include &lt;linux/kernel.h&gt;
 #include &lt;asm/io.h&gt;

_
</pre></body></html>