i965: Make inline function static

Without this the i965 driver fails to load.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
Iago Toral Quiroga 2016-07-05 14:05:40 +02:00
parent cbc37f72e3
commit d92ac67126

View file

@ -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)