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/net/orion-gbe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/net/orion-gbe.c') diff --git a/drivers/net/orion-gbe.c b/drivers/net/orion-gbe.c index 5104f87264..8792e75343 100644 --- a/drivers/net/orion-gbe.c +++ b/drivers/net/orion-gbe.c @@ -27,6 +27,7 @@ * MA 02110-1301 USA */ #include +#include #include #include #include -- cgit v1.2.3