diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2013-08-02 12:48:02 (GMT) |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-08-25 04:10:14 (GMT) |
commit | d00cadacbe47d4883b0d5e38aa73a3f4e171d37e (patch) | |
tree | 981fb45806004329d936a04a86b2856f78666a07 /drivers/mmc/host | |
parent | af99106ee9231b5382ee8c9a38899c5758bd6298 (diff) | |
download | linux-d00cadacbe47d4883b0d5e38aa73a3f4e171d37e.tar.xz |
mmc: sh_mmcif: move header include from header into .c
sh_dma.h isn't needed in sh_mmcif.h, move it into sh_mmcif.c.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r-- | drivers/mmc/host/sh_mmcif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sh_mmcif.c b/drivers/mmc/host/sh_mmcif.c index ac8e109..2596664 100644 --- a/drivers/mmc/host/sh_mmcif.c +++ b/drivers/mmc/host/sh_mmcif.c @@ -61,6 +61,7 @@ #include <linux/platform_device.h> #include <linux/pm_qos.h> #include <linux/pm_runtime.h> +#include <linux/sh_dma.h> #include <linux/spinlock.h> #include <linux/module.h> |