From: Iago Toral Quiroga Date: Tue, 5 Jul 2016 12:05:40 +0000 (+0200) Subject: i965: Make inline function static X-Git-Tag: upstream/17.1.0~8284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d92ac671261de20952eeb9d352a9ef37db0f9b4f;p=platform%2Fupstream%2Fmesa.git i965: Make inline function static Without this the i965 driver fails to load. Reviewed-by: Topi Pohjolainen --- 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)