Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304547
b: refs/heads/master
c: 8a508ff
h: refs/heads/master
i:
  304545: ab0337d
  304543: c008f6f
v: v3
  • Loading branch information
H Hartley Sweeten lin authored and Greg Kroah-Hartman committed May 8, 2012
1 parent 15bf353 commit 36799f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 61cd983c4c312b6a679f7ee3ba31aec20c044a41
refs/heads/master: 8a508ff407ea2ac0ca731962e011fad1534b52e4
6 changes: 3 additions & 3 deletions trunk/drivers/vme/bridges/vme_tsi148.c
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ static int tsi148_slot_get(struct vme_bridge *tsi148_bridge)
return (int)slot;
}

void *tsi148_alloc_consistent(struct device *parent, size_t size,
static void *tsi148_alloc_consistent(struct device *parent, size_t size,
dma_addr_t *dma)
{
struct pci_dev *pdev;
Expand All @@ -2152,8 +2152,8 @@ void *tsi148_alloc_consistent(struct device *parent, size_t size,
return pci_alloc_consistent(pdev, size, dma);
}

void tsi148_free_consistent(struct device *parent, size_t size, void *vaddr,
dma_addr_t dma)
static void tsi148_free_consistent(struct device *parent, size_t size,
void *vaddr, dma_addr_t dma)
{
struct pci_dev *pdev;

Expand Down

0 comments on commit 36799f3

Please sign in to comment.