From: Grant Likely Date: Thu, 5 Nov 2009 05:43:35 +0000 (-0700) Subject: mmc: fix missing module license declaration in of_mmc_spi.c X-Git-Tag: v2.6.33-rc1~9^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02d9e58e464b8aeed9a9cba951c3ae3c6bd06e30;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 --- diff --git a/drivers/mmc/host/of_mmc_spi.c b/drivers/mmc/host/of_mmc_spi.c index 0c44d56..0c7a63c 100644 --- a/drivers/mmc/host/of_mmc_spi.c +++ b/drivers/mmc/host/of_mmc_spi.c @@ -22,6 +22,8 @@ #include #include +MODULE_LICENSE("GPL"); + enum { CD_GPIO = 0, WP_GPIO,