From 381f034ed607042fa171673b6c4d0150745842e8 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Thu, 5 Mar 2015 22:50:01 +0100 Subject: ARM: move DMA alloc functions to dma.h This better separates the DMA from the MMU functionality. Also move all drivers that only depends on asm/mmu.h for the alloc functions over to the common header. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- drivers/spi/mxs_spi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/spi/mxs_spi.c') diff --git a/drivers/spi/mxs_spi.c b/drivers/spi/mxs_spi.c index 8932103475..9fe2fd4eaf 100644 --- a/drivers/spi/mxs_spi.c +++ b/drivers/spi/mxs_spi.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3