From: Marek Szyprowski Date: Tue, 10 Sep 2013 13:43:40 +0000 (+0200) Subject: drivers: of: fix build break if asm/dma-contiguous.h is missing X-Git-Tag: v3.12-rc1~50^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aca0156a9c4ba47ca021b69d1fd7442aff49a7ab;p=profile%2Fivi%2Fkernel-x86-ivi.git drivers: of: fix build break if asm/dma-contiguous.h is missing It is not needed to include asm/dma-contiguous.h header to compile reserved memory initialization code, so remove it to avoid build break on architectures without CMA support. Signed-off-by: Marek Szyprowski Tested-by: Guenter Roeck --- diff --git a/drivers/of/of_reserved_mem.c b/drivers/of/of_reserved_mem.c index a754b84..0fe40c7 100644 --- a/drivers/of/of_reserved_mem.c +++ b/drivers/of/of_reserved_mem.c @@ -11,8 +11,6 @@ * License or (at your optional) any later version of the license. */ -#include - #include #include #include