From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752379AbcLCEte (ORCPT ); Fri, 2 Dec 2016 23:49:34 -0500 Received: from mail-pg0-f49.google.com ([74.125.83.49]:34315 "EHLO mail-pg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750832AbcLCEtc (ORCPT ); Fri, 2 Dec 2016 23:49:32 -0500 Date: Fri, 2 Dec 2016 20:49:27 -0800 From: Bjorn Andersson To: Stanimir Varbanov Cc: Ohad Ben-Cohen , Andy Gross , linux-remoteproc@vger.kernel.org, Stephen Boyd , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH 1/3] remoteproc: qcom: mdt_loader: add include for sizes Message-ID: <20161203044927.GH9322@tuxbot> References: <1479834137-30069-1-git-send-email-stanimir.varbanov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1479834137-30069-1-git-send-email-stanimir.varbanov@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 22 Nov 09:02 PST 2016, Stanimir Varbanov wrote: > Add linux/sizes.h to prevent build failure on non ARM architectures > as: > > CC [M] drivers/remoteproc/qcom_mdt_loader.o > In file included from include/linux/cache.h:4:0, > from include/linux/printk.h:8, > from include/linux/kernel.h:13, > from include/asm-generic/bug.h:13, > from arch/x86/include/asm/bug.h:35, > from include/linux/bug.h:4, > from include/linux/thread_info.h:11, > from arch/x86/include/asm/elf.h:7, > from include/linux/elf.h:4, > from drivers/remoteproc/qcom_mdt_loader.c:18: > drivers/remoteproc/qcom_mdt_loader.c: In function ‘qcom_mdt_parse’: > drivers/remoteproc/qcom_mdt_loader.c:90:52: error: ‘SZ_4K’ undeclared > (first use in this function) > > Signed-off-by: Stanimir Varbanov Applied Thanks, Bjorn > --- > drivers/remoteproc/qcom_mdt_loader.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/remoteproc/qcom_mdt_loader.c b/drivers/remoteproc/qcom_mdt_loader.c > index 114e8e4cef67..2ff18cd6c096 100644 > --- a/drivers/remoteproc/qcom_mdt_loader.c > +++ b/drivers/remoteproc/qcom_mdt_loader.c > @@ -20,6 +20,7 @@ > #include > #include > #include > +#include > #include > > #include "remoteproc_internal.h" > -- > 2.7.4 >