projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe984bb
)
[PATCH] Fix ixp4xx MTD driver module build
author
Deepak Saxena
<dsaxena@plexity.net>
Wed, 28 Sep 2005 23:42:54 +0000
(16:42 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 29 Sep 2005 15:55:13 +0000
(08:55 -0700)
Missing ';' breaks module build.
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/mtd/maps/ixp4xx.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/maps/ixp4xx.c
b/drivers/mtd/maps/ixp4xx.c
index 5afe660aa2c4f9f8eb96a10a2762f385e5548f4e..bbb0e6e569a65097438945e70d44246e57ac840c 100644
(file)
--- a/
drivers/mtd/maps/ixp4xx.c
+++ b/
drivers/mtd/maps/ixp4xx.c
@@
-254,6
+254,6
@@
module_init(ixp4xx_flash_init);
module_exit(ixp4xx_flash_exit);
MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("MTD map driver for Intel IXP4xx systems")
+MODULE_DESCRIPTION("MTD map driver for Intel IXP4xx systems")
;
MODULE_AUTHOR("Deepak Saxena");