Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158050
b: refs/heads/master
c: 8f2502f
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori committed Jul 28, 2009
1 parent d37d7e0 commit 4fb7907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 30945fdf6a08f52370dab3bc162e96c4b4e36082
refs/heads/master: 8f2502fd8157632909ff335a3c628e7caeec5e03
5 changes: 0 additions & 5 deletions trunk/include/linux/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ static inline int is_device_dma_capable(struct device *dev)
return dev->dma_mask != NULL && *dev->dma_mask != DMA_MASK_NONE;
}

static inline int is_buffer_dma_capable(u64 mask, dma_addr_t addr, size_t size)
{
return addr + size <= mask;
}

#ifdef CONFIG_HAS_DMA
#include <asm/dma-mapping.h>
#else
Expand Down

0 comments on commit 4fb7907

Please sign in to comment.