gallium: replace INLINE with inline
[mesa.git] / src / gallium / drivers / freedreno / a2xx / fd2_blend.h
index 7cafcd3747ef091d7f47d62657a9dd24a7ae12d2..3c8d8f7c09fb2f265d1c516863f30df39dbeb52e 100644 (file)
@@ -39,7 +39,7 @@ struct fd2_blend_stateobj {
        uint32_t rb_colormask;
 };
 
-static INLINE struct fd2_blend_stateobj *
+static inline struct fd2_blend_stateobj *
 fd2_blend_stateobj(struct pipe_blend_state *blend)
 {
        return (struct fd2_blend_stateobj *)blend;