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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=23a7bfae6e19cb428da75804e5c4dfd67cd9ae8f;p=linux-beck.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 79700fa2dfc4..74c6c7fce749 100644 --- a/lib/dma-debug.c +++ b/lib/dma-debug.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include