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


