aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2009-11-05 00:43:35 -0500
committerGrant Likely <grant.likely@secretlab.ca>2009-11-05 00:43:35 -0500
commit02d9e58e464b8aeed9a9cba951c3ae3c6bd06e30 (patch)
tree3534dcc9bd03a3ccf028bcbd29f46664f85a58b7 /drivers/mmc/host
parenta22c65f81ae28656b80d2acc687cf6318eb15bba (diff)
mmc: fix missing module license declaration in of_mmc_spi.c
Driver cannot be used as a module without this patch. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/of_mmc_spi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/of_mmc_spi.c b/drivers/mmc/host/of_mmc_spi.c
index 0c44d560bf1a..0c7a63c1f12f 100644
--- a/drivers/mmc/host/of_mmc_spi.c
+++ b/drivers/mmc/host/of_mmc_spi.c
@@ -22,6 +22,8 @@
22#include <linux/mmc/core.h> 22#include <linux/mmc/core.h>
23#include <linux/mmc/host.h> 23#include <linux/mmc/host.h>
24 24
25MODULE_LICENSE("GPL");
26
25enum { 27enum {
26 CD_GPIO = 0, 28 CD_GPIO = 0,
27 WP_GPIO, 29 WP_GPIO,