From: Thomas Koeller <thomas.koeller@baslerweb.com>
To: linux-mtd@lists.infradead.org
Subject: [PATCH] excite_nandflash: Fixed compilation error
Date: Tue, 11 Sep 2007 02:38:04 +0200 [thread overview]
Message-ID: <200709110238.05079.thomas.koeller@baslerweb.com> (raw)
Added a missing semicolon that caused a compilation error
if built as a module.
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
---
drivers/mtd/nand/excite_nandflash.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/excite_nandflash.c
b/drivers/mtd/nand/excite_nandflash.c
index 7e9afc4..acc334f 100644
--- a/drivers/mtd/nand/excite_nandflash.c
+++ b/drivers/mtd/nand/excite_nandflash.c
@@ -245,4 +245,4 @@ module_exit(excite_nand_exit);
MODULE_AUTHOR("Thomas Koeller <thomas.koeller@baslerweb.com>");
MODULE_DESCRIPTION("Basler eXcite NAND-Flash driver");
MODULE_LICENSE("GPL");
-MODULE_VERSION(EXCITE_NANDFLASH_VERSION)
+MODULE_VERSION(EXCITE_NANDFLASH_VERSION);
--
1.5.1.2
reply other threads:[~2007-09-11 1:49 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=200709110238.05079.thomas.koeller@baslerweb.com \
--to=thomas.koeller@baslerweb.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox