i965: Make inline function static
authorIago Toral Quiroga <itoral@igalia.com>
Tue, 5 Jul 2016 12:05:40 +0000 (14:05 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Tue, 5 Jul 2016 12:05:58 +0000 (14:05 +0200)
Without this the i965 driver fails to load.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp.h

index 0d65514..07cc3c1 100644 (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)