gallium/drivers: Use automake to generate makefile
[mesa.git] / src / gallium / drivers / nv50 / nv50_winsys.h
index afa2a00c7a251c2a6d86a8d2d98a6803046ba734..694c78a2fbda3e0f8da773857ba7ed38beecf52a 100644 (file)
@@ -41,7 +41,7 @@
 int nouveau_pushbuf_flush(struct nouveau_channel *, unsigned min);
 
 static inline uint32_t
-nouveau_bo_tile_layout(struct nouveau_bo *bo)
+nouveau_bo_tile_layout(const struct nouveau_bo *bo)
 {
    return bo->tile_flags & NOUVEAU_BO_TILE_LAYOUT_MASK;
 }