commit b77d204

Michael Forney  ·  2014-01-31 12:26:46 +0000 UTC
parent 3413eed
nouveau: Make nvc0_format inline
1 files changed,  +1, -1
+1, -1
1@@ -131,7 +131,7 @@ static inline void nv_add_data(struct nouveau_pushbuf * push,
2     push->cur += count;
3 }
4 
5-static uint32_t nvc0_format(uint32_t format)
6+static inline uint32_t nvc0_format(uint32_t format)
7 {
8     switch (format)
9     {