Browse Source

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>
Grant Likely 15 năm trước cách đây
mục cha
commit
02d9e58e46
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      drivers/mmc/host/of_mmc_spi.c

+ 2 - 0
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,