projects
/
unionfs-2.6.33.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b20d83
)
bugfix: add MODULE_LICENSE to mtdsuper module so it loads
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Wed, 6 Jun 2007 05:20:15 +0000
(
01:20
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 31 Jan 2012 04:53:52 +0000
(23:53 -0500)
This is a temp fix in rc4. Also reported this bug to MTD maintainer.
drivers/mtd/mtdsuper.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/mtdsuper.c
b/drivers/mtd/mtdsuper.c
index af8b42e0a55bedfaf3fdae1fc02fa3367e09d011..5b63be1030aa760d0bac750cad771688d8929474 100644
(file)
--- a/
drivers/mtd/mtdsuper.c
+++ b/
drivers/mtd/mtdsuper.c
@@
-230,3
+230,5
@@
void kill_mtd_super(struct super_block *sb)
}
EXPORT_SYMBOL_GPL(kill_mtd_super);
+
+MODULE_LICENSE("GPL");