From: Paul Gortmaker Date: Fri, 1 Jul 2011 20:23:59 +0000 (-0400) Subject: lib: dma-debug needs export.h for EXPORT_SYMBOL X-Git-Tag: v3.2-rc1~22^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23a7bfae6e19cb428da75804e5c4dfd67cd9ae8f;p=profile%2Fivi%2Fkernel-x86-ivi.git lib: dma-debug needs export.h for EXPORT_SYMBOL There are no modular calls here, so just the minimal header for the EXPORT_SYMBOL macro will suffice. Signed-off-by: Paul Gortmaker --- diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 79700fa..74c6c7f 100644 --- a/lib/dma-debug.c +++ b/lib/dma-debug.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include