From bec85e8031f7d390643df27e74f8bc9715bb8224 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 17 Jul 2007 19:30:38 +0200 Subject: [PATCH] hppb: Add missing dma-mapping.h include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This fixes the following build-error: CC drivers/parisc/hppb.o drivers/parisc/hppb.c: In function ‘hppb_probe’: drivers/parisc/hppb.c:73: error: implicit declaration of function ‘ccio_request_resource’ Signed-off-by: Frank Lichtenheld Signed-off-by: Linus Torvalds --- drivers/parisc/hppb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/parisc/hppb.c b/drivers/parisc/hppb.c index a68b3b3761a..a728a7cd2fc 100644 --- a/drivers/parisc/hppb.c +++ b/drivers/parisc/hppb.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include -- 2.39.3