From: Frank Lichtenheld Date: Tue, 17 Jul 2007 17:30:38 +0000 (+0200) Subject: hppb: Add missing dma-mapping.h include X-Git-Tag: v2.6.23-rc1~518 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bec85e8031f7d390643df27e74f8bc9715bb8224;p=linux-2.6 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 a68b3b3761..a728a7cd2f 100644 --- a/drivers/parisc/hppb.c +++ b/drivers/parisc/hppb.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include