diff options
author | Simon Horman <horms@verge.net.au> | 2011-03-24 09:48:36 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-03-26 15:58:50 -0400 |
commit | cba179aec779b364a683906b99e23014c7652e8e (patch) | |
tree | f88c1be6d919591ab6ee41c736248437887a8963 /drivers/mmc/host/tmio_mmc_dma.c | |
parent | 5fd0157901d5a8f497f3d3b95cb4beebf1641d1b (diff) |
mmc: tmio_mmc: Move some defines into a shared header
Also add TMIO_BBS.
This allows these defines to also be used by zboot.
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/tmio_mmc_dma.c')
-rw-r--r-- | drivers/mmc/host/tmio_mmc_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/tmio_mmc_dma.c b/drivers/mmc/host/tmio_mmc_dma.c index c505278be43..d3de74ab633 100644 --- a/drivers/mmc/host/tmio_mmc_dma.c +++ b/drivers/mmc/host/tmio_mmc_dma.c @@ -14,6 +14,7 @@ #include <linux/dmaengine.h> #include <linux/mfd/tmio.h> #include <linux/mmc/host.h> +#include <linux/mmc/tmio.h> #include <linux/pagemap.h> #include <linux/scatterlist.h> |