Fixes: e1b944598579 ("net/sfc: build libefx") Signed-off-by: Andrew Rybchenko <arybche...@solarflare.com> --- drivers/net/sfc/efsys.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/net/sfc/efsys.h b/drivers/net/sfc/efsys.h index c7a54c3..ecbd14f 100644 --- a/drivers/net/sfc/efsys.h +++ b/drivers/net/sfc/efsys.h @@ -119,6 +119,8 @@ prefetch_read_once(const volatile void *addr) #define __out_ecount_opt(_n) #define __out_bcount(_n) #define __out_bcount_opt(_n) +#define __out_bcount_part(_n, _l) +#define __out_bcount_part_opt(_n, _l) #define __deref_out -- 2.7.4