From: Raphael Zimmerer <killekulla@rdrz.de>
To: linux-mtd@lists.infradead.org
Subject: [patch] docmilplus.c, fix compilation error
Date: Thu, 7 Apr 2005 13:39:09 +0200 [thread overview]
Message-ID: <20050407113909.GZ4763@rdrz.de> (raw)
[-- Attachment #1: diskonchip-MTD_PARTITIONS-fix.patch --]
[-- Type: text/plain, Size: 626 bytes --]
When CONFIG_MTD_PARTITIONS is defined, docmilplus.c doesn't compile.
Index: mtd/drivers/mtd/nand/diskonchip.c
===================================================================
--- mtd.orig/drivers/mtd/nand/diskonchip.c 2005-04-06 09:48:10.622501508 +0200
+++ mtd/drivers/mtd/nand/diskonchip.c 2005-04-06 10:26:59.702684218 +0200
@@ -109,10 +109,10 @@
#ifdef CONFIG_MTD_PARTITIONS
static int no_autopart=0;
module_param(no_autopart, int, 0);
+#endif
static int show_firmware_partition=0;
module_param(show_firmware_partition, int, 0);
-#endif
#ifdef MTD_NAND_DISKONCHIP_BBTWRITE
static int inftl_bbt_write=1;
--
reply other threads:[~2005-04-07 11:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20050407113909.GZ4763@rdrz.de \
--to=killekulla@rdrz.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox