gallium: replace INLINE with inline
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_format_yuv.c
index 4f5a45c6a3d06073c2d2d9696101fb362dc303f1..fa0e8b656bb133fd2613cc54785a392165ccee34 100644 (file)
@@ -212,7 +212,7 @@ yuyv_to_yuv_soa(struct gallivm_state *gallivm,
 }
 
 
-static INLINE void
+static inline void
 yuv_to_rgb_soa(struct gallivm_state *gallivm,
                unsigned n,
                LLVMValueRef y, LLVMValueRef u, LLVMValueRef v,