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:
a22c65f
)
mmc: fix missing module license declaration in of_mmc_spi.c
author
Grant Likely
<grant.likely@secretlab.ca>
Thu, 5 Nov 2009 05:43:35 +0000
(22:43 -0700)
committer
Grant Likely
<grant.likely@secretlab.ca>
Thu, 5 Nov 2009 05:43:35 +0000
(22:43 -0700)
Driver cannot be used as a module without this patch.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/mmc/host/of_mmc_spi.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/of_mmc_spi.c
b/drivers/mmc/host/of_mmc_spi.c
index 0c44d560bf1ab7755eda9f16e86875b545e875fd..0c7a63c1f12f4c9aeed7679b28da66e1a5f9a9b8 100644
(file)
--- a/
drivers/mmc/host/of_mmc_spi.c
+++ b/
drivers/mmc/host/of_mmc_spi.c
@@
-22,6
+22,8
@@
#include <linux/mmc/core.h>
#include <linux/mmc/host.h>
+MODULE_LICENSE("GPL");
+
enum {
CD_GPIO = 0,
WP_GPIO,