mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
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>
This commit is contained in:
parent
a22c65f81a
commit
02d9e58e46
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
#include <linux/mmc/core.h>
|
||||
#include <linux/mmc/host.h>
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
enum {
|
||||
CD_GPIO = 0,
|
||||
WP_GPIO,
|
||||
|
|
Loading…
Reference in a new issue