projects
/
unionfs-2.6.25.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
760c1e5
)
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>
Mon, 12 Jan 2009 23:20:31 +0000
(18:20 -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 28cc6787a800c3ba651a4dd5734718874d117aa4..7f27090e74a64e7c2255cd10b883db8656442226 100644
(file)
--- a/
drivers/mtd/mtdsuper.c
+++ b/
drivers/mtd/mtdsuper.c
@@
-232,3
+232,5
@@
void kill_mtd_super(struct super_block *sb)
}
EXPORT_SYMBOL_GPL(kill_mtd_super);
+
+MODULE_LICENSE("GPL");