From: Bernardo Innocenti <bernie@develer.com>
To: linux-mtd@lists.infradead.org
Subject: [PATCH] fix static build of drivers/mtd/chips/jedec_probe.c
Date: Tue, 23 Dec 2003 07:16:56 +0100 [thread overview]
Message-ID: <3FE7DDD8.3060506@develer.com> (raw)
Hello,
one liner fix for building jedec_probe statically in m68knommu and possibly other archs.
Applies to 2.6.0.
--- drivers/mtd/chips/jedec_probe.c.orig 2003-12-23 06:50:51.842514068 +0100
+++ drivers/mtd/chips/jedec_probe.c 2003-12-23 06:51:15.512685112 +0100
@@ -8,6 +8,7 @@
#include <linux/config.h>
#include <linux/module.h>
+#include <linux/init.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <asm/io.h>
--
// Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/ http://www.develer.com/
next reply other threads:[~2003-12-23 6:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-23 6:16 Bernardo Innocenti [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-12-23 5:56 [PATCH] fix static build of drivers/mtd/chips/jedec_probe.c Bernardo Innocenti
2003-12-23 6:54 ` Andrew Morton
2003-12-23 7:05 ` Bernardo Innocenti
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=3FE7DDD8.3060506@develer.com \
--to=bernie@develer.com \
--cc=linux-mtd@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.