Re: [PATCH] tpm: xen-tpmfront: fix missing declaration ofxen_domain

From: Stefano Stabellini
Date: Tue Oct 08 2013 - 10:31:43 EST


On Mon, 7 Oct 2013, Rob Herring wrote:
> From: Rob Herring <rob.herring@xxxxxxxxxxx>
>
> xen-tpmfront fails to build on arm64 with the following error:
>
> drivers/char/tpm/xen-tpmfront.c: In function âxen_tpmfront_initâ:
> drivers/char/tpm/xen-tpmfront.c:422:2: error: implicit declaration of function âxen_domainâ [-Werror=implicit-function-declaration]
>
> Add include of xen/xen.h to fix this.
>
> Signed-off-by: Rob Herring <rob.herring@xxxxxxxxxxx>
> Cc: Leonidas Da Silva Barbosa <leosilva@xxxxxxxxxxxxxxxxxx>
> Cc: Ashley Lai <ashley@xxxxxxxxxxxxx>
> Cc: Rajiv Andrade <mail@xxxxxxxxxx>
> Cc: Marcel Selhorst <tpmdd@xxxxxxxxxxxx>
> Cc: Sirrix AG <tpmdd@xxxxxxxxxx>
> Cc: tpmdd-devel@xxxxxxxxxxxxxxxxxxxxx

Thanks, added to my queue


> drivers/char/tpm/xen-tpmfront.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/char/tpm/xen-tpmfront.c b/drivers/char/tpm/xen-tpmfront.c
> index 06189e5..94c280d 100644
> --- a/drivers/char/tpm/xen-tpmfront.c
> +++ b/drivers/char/tpm/xen-tpmfront.c
> @@ -10,6 +10,7 @@
> #include <linux/errno.h>
> #include <linux/err.h>
> #include <linux/interrupt.h>
> +#include <xen/xen.h>
> #include <xen/events.h>
> #include <xen/interface/io/tpmif.h>
> #include <xen/grant_table.h>
> --
> 1.8.1.2
>