Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755102Ab3JHObk (ORCPT ); Tue, 8 Oct 2013 10:31:40 -0400 Received: from smtp.citrix.com ([66.165.176.89]:39720 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752623Ab3JHObj (ORCPT ); Tue, 8 Oct 2013 10:31:39 -0400 X-IronPort-AV: E=Sophos;i="4.90,1056,1371081600"; d="scan'208";a="61487870" Date: Tue, 8 Oct 2013 15:30:49 +0100 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: Rob Herring CC: , , Rob Herring , Leonidas Da Silva Barbosa , Ashley Lai , Rajiv Andrade , Marcel Selhorst , Sirrix AG , Subject: Re: [PATCH] tpm: xen-tpmfront: fix missing declaration of xen_domain In-Reply-To: <1381182353-12449-1-git-send-email-robherring2@gmail.com> Message-ID: References: <1381182353-12449-1-git-send-email-robherring2@gmail.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="1342847746-19982471-1381242649=:26077" X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1734 Lines: 53 --1342847746-19982471-1381242649=:26077 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 7 Oct 2013, Rob Herring wrote: > From: Rob Herring >=20 > xen-tpmfront fails to build on arm64 with the following error: >=20 > drivers/char/tpm/xen-tpmfront.c: In function =E2=80=98xen_tpmfront_init= =E2=80=99: > drivers/char/tpm/xen-tpmfront.c:422:2: error: implicit declaration of fun= ction =E2=80=98xen_domain=E2=80=99 [-Werror=3Dimplicit-function-declaration= ] >=20 > Add include of xen/xen.h to fix this. >=20 > Signed-off-by: Rob Herring > Cc: Leonidas Da Silva Barbosa > Cc: Ashley Lai > Cc: Rajiv Andrade > Cc: Marcel Selhorst > Cc: Sirrix AG > Cc: tpmdd-devel@lists.sourceforge.net Thanks, added to my queue > drivers/char/tpm/xen-tpmfront.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/drivers/char/tpm/xen-tpmfront.c b/drivers/char/tpm/xen-tpmfr= ont.c > index 06189e5..94c280d 100644 > --- a/drivers/char/tpm/xen-tpmfront.c > +++ b/drivers/char/tpm/xen-tpmfront.c > @@ -10,6 +10,7 @@ > #include > #include > #include > +#include > #include > #include > #include > --=20 > 1.8.1.2 >=20 --1342847746-19982471-1381242649=:26077-- -- 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/