Commit 02d9e58e authored by Grant Likely's avatar Grant Likely

mmc: fix missing module license declaration in of_mmc_spi.c

Driver cannot be used as a module without this patch.
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent a22c65f8
......@@ -22,6 +22,8 @@
#include <linux/mmc/core.h>
#include <linux/mmc/host.h>
MODULE_LICENSE("GPL");
enum {
CD_GPIO = 0,
WP_GPIO,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment