mmc: sh_mmcif: move header include from header into .c
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Fri, 2 Aug 2013 12:48:02 +0000 (14:48 +0200)
committerChris Ball <cjb@laptop.org>
Sun, 25 Aug 2013 04:10:14 +0000 (00:10 -0400)
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>
drivers/mmc/host/sh_mmcif.c
include/linux/mmc/sh_mmcif.h

index ac8e109ac843ef8c7fce3b893f12d2114468066c..2596664246c10fb94f00ce5ee292148f2408ada5 100644 (file)
@@ -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>
 
index 767fac5a7d937ab31388b28bcefe723ba42ed9e1..c4880ffb6cceab9b08baad4e9bfc6009cd83ec86 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <linux/io.h>
 #include <linux/platform_device.h>
-#include <linux/sh_dma.h>
 
 /*
  * MMCIF : CE_CLK_CTRL [19:16]
This page took 0.026273 seconds and 5 git commands to generate.