Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307511
b: refs/heads/master
c: 41ceeeb
h: refs/heads/master
i:
  307509: 1cffd8a
  307507: 9861891
  307503: 321dd0c
v: v3
  • Loading branch information
Dave Airlie committed May 23, 2012
1 parent 6808cad commit 2c4554f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a101cb209e70308f2e1cb63820cd14a34058e37
refs/heads/master: 41ceeeb25d5be06660a040e2fc99d6405dfc07f8
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_prime.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void nouveau_gem_kunmap(struct dma_buf *dma_buf, unsigned long page_num,

}

struct dma_buf_ops nouveau_dmabuf_ops = {
static const struct dma_buf_ops nouveau_dmabuf_ops = {
.map_dma_buf = nouveau_gem_map_dma_buf,
.unmap_dma_buf = nouveau_gem_unmap_dma_buf,
.release = nouveau_gem_dmabuf_release,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_prime.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static void radeon_gem_kunmap(struct dma_buf *dma_buf, unsigned long page_num, v

}

struct dma_buf_ops radeon_dmabuf_ops = {
const static struct dma_buf_ops radeon_dmabuf_ops = {
.map_dma_buf = radeon_gem_map_dma_buf,
.unmap_dma_buf = radeon_gem_unmap_dma_buf,
.release = radeon_gem_dmabuf_release,
Expand Down

0 comments on commit 2c4554f

Please sign in to comment.