From: Frank Lichtenheld Date: Tue, 17 Jul 2007 17:30:38 +0000 (+0200) Subject: hppb: Add missing dma-mapping.h include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bec85e8031f7d390643df27e74f8bc9715bb8224;p=linux-beck.git hppb: Add missing dma-mapping.h include 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 --- diff --git a/drivers/parisc/hppb.c b/drivers/parisc/hppb.c index a68b3b3761a2..a728a7cd2fc8 100644 --- a/drivers/parisc/hppb.c +++ b/drivers/parisc/hppb.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include