* [PATCH] excite_nandflash: Fixed compilation error
@ 2007-09-11 0:38 Thomas Koeller
0 siblings, 0 replies; only message in thread
From: Thomas Koeller @ 2007-09-11 0:38 UTC (permalink / raw)
To: linux-mtd
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-11 1:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-11 0:38 [PATCH] excite_nandflash: Fixed compilation error Thomas Koeller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox