gallium: replace INLINE with inline
[mesa.git] / src / gallium / drivers / r600 / evergreen_state.c
index 4ddbc0beba56be6c3213678df1be2869d40058d7..7065af94e7c46f9ead3ec617fff74355aaf0468e 100644 (file)
@@ -32,7 +32,7 @@
 #include "evergreen_compute.h"
 #include "util/u_math.h"
 
-static INLINE unsigned evergreen_array_mode(unsigned mode)
+static inline unsigned evergreen_array_mode(unsigned mode)
 {
        switch (mode) {
        case RADEON_SURF_MODE_LINEAR_ALIGNED:   return V_028C70_ARRAY_LINEAR_ALIGNED;