i915: replace INLINE with inline
[mesa.git] / src / mesa / drivers / dri / i915 / i830_context.h
index 09076c3b53b2c205606389a96f61c83afe4fe111..140f617e007c8f7ddf23f142a1c56d5f0f1e53ee 100644 (file)
@@ -216,7 +216,7 @@ extern void i830_update_provoking_vertex(struct gl_context *ctx);
  * Inline conversion functions.  These are better-typed than the
  * macros used previously:
  */
-static INLINE struct i830_context *
+static inline struct i830_context *
 i830_context(struct gl_context * ctx)
 {
    return (struct i830_context *) ctx;