Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102275
b: refs/heads/master
c: 80be038
h: refs/heads/master
i:
  102273: 0a1b96e
  102271: 2a3b20f
v: v3
  • Loading branch information
Randy Dunlap authored and Jesse Barnes committed Jun 30, 2008
1 parent 22af253 commit 54f8b9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0aea531326d1a17ccef7d9a538429c5b32cf4f12
refs/heads/master: 80be038593dba7aa46fb24a14f0ba83e5ade0edb
5 changes: 5 additions & 0 deletions trunk/include/linux/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,11 @@ static inline int pci_set_dma_mask(struct pci_dev *dev, u64 mask)
return -EIO;
}

static inline int pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask)
{
return -EIO;
}

static inline int pci_set_dma_max_seg_size(struct pci_dev *dev,
unsigned int size)
{
Expand Down

0 comments on commit 54f8b9f

Please sign in to comment.