gallium: replace INLINE with inline
[mesa.git] / src / gallium / drivers / softpipe / sp_context.h
index 50a73369c1dc9ba9e5b5fd6d96c81b42ea520863..577df814b29cde4abcb5146d7f233eeef748e29a 100644 (file)
@@ -203,7 +203,7 @@ struct softpipe_context {
 };
 
 
-static INLINE struct softpipe_context *
+static inline struct softpipe_context *
 softpipe_context( struct pipe_context *pipe )
 {
    return (struct softpipe_context *)pipe;