Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143513
b: refs/heads/master
c: ff6c6fe
h: refs/heads/master
i:
  143511: 9897a25
v: v3
  • Loading branch information
Jaswinder Singh Rajput authored and Ingo Molnar committed Apr 14, 2009
1 parent 13ca298 commit 0ede380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0c3c8a18361a636069f5a5d9d0d0f9c2124e6b94
refs/heads/master: ff6c6fed3a8ab9b0a7b02574e095e905e89421d9
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/pci-swiotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static void *x86_swiotlb_alloc_coherent(struct device *hwdev, size_t size,
return swiotlb_alloc_coherent(hwdev, size, dma_handle, flags);
}

struct dma_map_ops swiotlb_dma_ops = {
static struct dma_map_ops swiotlb_dma_ops = {
.mapping_error = swiotlb_dma_mapping_error,
.alloc_coherent = x86_swiotlb_alloc_coherent,
.free_coherent = swiotlb_free_coherent,
Expand Down

0 comments on commit 0ede380

Please sign in to comment.