gallium: replace INLINE with inline
[mesa.git] / src / gallium / drivers / nouveau / nv30 / nv30_resource.h
index 7ea7b42faa7951609e54b4bf709663a1afad6260..8dac7795c9d5c659367a34cebdf413dda722342a 100644 (file)
@@ -15,7 +15,7 @@ struct nv30_surface {
    uint16_t depth;
 };
 
-static INLINE struct nv30_surface *
+static inline struct nv30_surface *
 nv30_surface(struct pipe_surface *ps)
 {
    return (struct nv30_surface *)ps;
@@ -38,7 +38,7 @@ struct nv30_miptree {
    unsigned ms_y:1;
 };
 
-static INLINE struct nv30_miptree *
+static inline struct nv30_miptree *
 nv30_miptree(struct pipe_resource *pt)
 {
    return (struct nv30_miptree *)pt;