From d92ac671261de20952eeb9d352a9ef37db0f9b4f Mon Sep 17 00:00:00 2001 From: Iago Toral Quiroga Date: Tue, 5 Jul 2016 14:05:40 +0200 Subject: [PATCH] i965: Make inline function static Without this the i965 driver fails to load. Reviewed-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_blorp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h index 0d65514..07cc3c1 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp.h +++ b/src/mesa/drivers/dri/i965/brw_blorp.h @@ -248,7 +248,7 @@ struct brw_blorp_prog_data GLbitfield64 inputs_read; }; -inline unsigned +static inline unsigned brw_blorp_get_urb_length(const struct brw_blorp_prog_data *prog_data) { if (prog_data == NULL) -- 2.7.4