diff mbox

mmc: fix missing module license declaration in of_mmc_spi.c

Message ID 1257316444-7385-1-git-send-email-grant.likely@secretlab.ca (mailing list archive)
State Accepted, archived
Commit 02d9e58e464b8aeed9a9cba951c3ae3c6bd06e30
Delegated to: Grant Likely
Headers show

Commit Message

Grant Likely Nov. 4, 2009, 6:34 a.m. UTC
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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/drivers/mmc/host/of_mmc_spi.c b/drivers/mmc/host/of_mmc_spi.c
index fb2921f..644f67e 100644
--- 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,