gallium: replace INLINE with inline
[mesa.git] / src / gallium / drivers / r300 / r300_screen.c
index 6292c2c4a03ab0fbc40f475266bdce0bfb132bc7..f1df79ccb21b84dd7d6601a87a8e359cfac8617b 100644 (file)
@@ -428,7 +428,7 @@ static int r300_get_video_param(struct pipe_screen *screen,
  * Whether the format matches:
  *   PIPE_FORMAT_?10?10?10?2_UNORM
  */
-static INLINE boolean
+static inline boolean
 util_format_is_rgba1010102_variant(const struct util_format_description *desc)
 {
    static const unsigned size[4] = {10, 10, 10, 2};