aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2017-12-18 13:57:04 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2017-12-18 13:57:04 +0100
commitda3588b66e57ffa3e7950f1410c2275fc3c66106 (patch)
treed628bf4cc0020d89d26af3be03606980e0beb0c8 /drivers/mmc
parentmmc: avoid removing non-removable hosts during suspend (diff)
parentmmc: renesas_sdhi: Add MODULE_LICENSE (diff)
downloadlinux-dev-da3588b66e57ffa3e7950f1410c2275fc3c66106.tar.xz
linux-dev-da3588b66e57ffa3e7950f1410c2275fc3c66106.zip
Merge branch 'fixes' into next
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/renesas_sdhi_core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c
index 267e2e0077e9..ae8099690b1a 100644
--- a/drivers/mmc/host/renesas_sdhi_core.c
+++ b/drivers/mmc/host/renesas_sdhi_core.c
@@ -24,6 +24,7 @@
#include <linux/kernel.h>
#include <linux/clk.h>
#include <linux/slab.h>
+#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/mmc/host.h>
@@ -664,3 +665,5 @@ int renesas_sdhi_remove(struct platform_device *pdev)
return 0;
}
EXPORT_SYMBOL_GPL(renesas_sdhi_remove);
+
+MODULE_LICENSE("GPL v2");