gallium: replace INLINE with inline
[mesa.git] / src / gallium / drivers / freedreno / a3xx / fd3_blend.h
index 4f6eeb74481bd126cce1004972dd9dc109fca85c..0267001b0b9c793560bbc33e660b0bc8c8437e92 100644 (file)
@@ -45,7 +45,7 @@ struct fd3_blend_stateobj {
        } rb_mrt[4];
 };
 
-static INLINE struct fd3_blend_stateobj *
+static inline struct fd3_blend_stateobj *
 fd3_blend_stateobj(struct pipe_blend_state *blend)
 {
        return (struct fd3_blend_stateobj *)blend;