Re: [PATCH for-next 4/6] xen: Fix build when !CONFIG_GRANT_TABLE

2021-02-25 Thread Connor Davis
On Thu, Feb 25, 2021 at 04:53:23PM +0100, Jan Beulich wrote: > On 25.02.2021 16:24, Connor Davis wrote: > > --- a/xen/include/xen/grant_table.h > > +++ b/xen/include/xen/grant_table.h > > @@ -66,6 +66,8 @@ int gnttab_acquire_resource( > > > > #define opt_max_grant_frames 0 > > > > +struct gran

Re: [PATCH for-next 4/6] xen: Fix build when !CONFIG_GRANT_TABLE

2021-02-25 Thread Jan Beulich
On 25.02.2021 16:24, Connor Davis wrote: > --- a/xen/include/xen/grant_table.h > +++ b/xen/include/xen/grant_table.h > @@ -66,6 +66,8 @@ int gnttab_acquire_resource( > > #define opt_max_grant_frames 0 > > +struct grant_table {}; > + > static inline int grant_table_init(struct domain *d, >

[PATCH for-next 4/6] xen: Fix build when !CONFIG_GRANT_TABLE

2021-02-25 Thread Connor Davis
Declare struct grant_table {}; in grant_table.h when !CONFIG_GRANT_TABLE. This fixes the following: /build/xen/include/xen/grant_table.h:84:50: error: 'struct grant_table' declared inside parameter list will not be visible outside of this definition or declaration [-Werror] 84 | static inline i