mmc: fix missing module license declaration in of_mmc_spi.c
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / host / of_mmc_spi.c
index 0c44d560bf1ab7755eda9f16e86875b545e875fd..0c7a63c1f12f4c9aeed7679b28da66e1a5f9a9b8 100644 (file)
@@ -22,6 +22,8 @@
 #include <linux/mmc/core.h>
 #include <linux/mmc/host.h>
 
+MODULE_LICENSE("GPL");
+
 enum {
        CD_GPIO = 0,
        WP_GPIO,