Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
#include <linux/mmc/core.h>
#include <linux/mmc/host.h>

MODULE_LICENSE("GPL");

enum {
	CD_GPIO = 0,
	WP_GPIO,