Merge branch 'fixes' into next

This commit is contained in:
Ulf Hansson 2017-12-18 13:57:04 +01:00
commit da3588b66e
1 changed files with 3 additions and 0 deletions

View File

@ -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");