Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752038Ab3IJTpa (ORCPT ); Tue, 10 Sep 2013 15:45:30 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:53384 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751671Ab3IJTpY (ORCPT ); Tue, 10 Sep 2013 15:45:24 -0400 Message-ID: <522F76CF.6080907@gmail.com> Date: Tue, 10 Sep 2013 14:45:19 -0500 From: Rob Herring User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Marek Szyprowski CC: linux-kernel@vger.kernel.org, linaro-mm-sig@lists.linaro.org, devicetree@vger.kernel.org, Kyungmin Park , Arnd Bergmann , Michal Nazarewicz , Grant Likely , Tomasz Figa , Sylwester Nawrocki , Sascha Hauer , Laura Abbott , Olof Johansson , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Tomasz Figa , Kumar Gala , Nishanth Peethambaran , Marc , Guenter Roeck Subject: Re: [PATCH] drivers: of: fix build break if asm/dma-contiguous.h is missing References: <1378804400-31716-1-git-send-email-m.szyprowski@samsung.com> In-Reply-To: <1378804400-31716-1-git-send-email-m.szyprowski@samsung.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1203 Lines: 39 On 09/10/2013 04:13 AM, Marek Szyprowski wrote: > 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 Acked-by: Rob Herring I can apply this or it can go with other CMA stuff. Aren't there also some comments from Grant to address as well? Rob > --- > drivers/of/of_reserved_mem.c | 2 -- > 1 file changed, 2 deletions(-) > > 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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/