projects
/
unionfs-3.15.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c516889
)
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>
Sat, 16 Aug 2014 02:27:00 +0000
(22:27 -0400)
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 20c02a3b7417cd3025a6c17142f86a3479e2e3a8..9046bc546904964660f6ed9c8f9baccbad85e67f 100644
(file)
--- a/
drivers/mtd/mtdsuper.c
+++ b/
drivers/mtd/mtdsuper.c
@@
-218,3
+218,5
@@
void kill_mtd_super(struct super_block *sb)
}
EXPORT_SYMBOL_GPL(kill_mtd_super);
+
+MODULE_LICENSE("GPL");