projects
/
unionfs-3.7.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b262d2c
)
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>
Sun, 24 Nov 2013 17:18:53 +0000
(12:18 -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 334da5f583c021124ea2e64ae7860f513bd9816f..0926da3de04b32877cfbe828a0435efcae5e2881 100644
(file)
--- a/
drivers/mtd/mtdsuper.c
+++ b/
drivers/mtd/mtdsuper.c
@@
-217,3
+217,5
@@
void kill_mtd_super(struct super_block *sb)
}
EXPORT_SYMBOL_GPL(kill_mtd_super);
+
+MODULE_LICENSE("GPL");