freedreno/ir3: handle arrays of images
[mesa.git] / src / gallium / drivers / freedreno / freedreno_surface.h
index 3293f33dd848461428d6084f25ad5e1dc10f0a2c..2de37cee2dd17f42df895b4032edb82cf83b03f6 100644 (file)
@@ -40,7 +40,7 @@ struct fd_surface {
        uint16_t depth;
 };
 
-static INLINE struct fd_surface *
+static inline struct fd_surface *
 fd_surface(struct pipe_surface *psurf)
 {
        return (struct fd_surface *)psurf;