Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10154
b: refs/heads/master
c: 970a9e7
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 28, 2005
1 parent 378b566 commit 8026722
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: 5fb5cbed6e5ba4cbaf7284a23d42eb878bb7da24
refs/heads/master: 970a9e73f9036ef89d46b8240f99463f6d244c1d
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/dma-mapping-broken.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

static inline void *
dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
int flag)
gfp_t flag)
{
BUG();
return NULL;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-m32r/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

static inline void *
dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
int flag)
gfp_t flag)
{
return (void *)NULL;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-sh64/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static inline int dma_set_mask(struct device *dev, u64 mask)
}

static inline void *dma_alloc_coherent(struct device *dev, size_t size,
dma_addr_t *dma_handle, int flag)
dma_addr_t *dma_handle, gfp_t flag)
{
return consistent_alloc(NULL, size, dma_handle);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-sparc/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#else

static inline void *dma_alloc_coherent(struct device *dev, size_t size,
dma_addr_t *dma_handle, int flag)
dma_addr_t *dma_handle, gfp_t flag)
{
BUG();
return NULL;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-sparc64/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
struct device;

static inline void *dma_alloc_coherent(struct device *dev, size_t size,
dma_addr_t *dma_handle, int flag)
dma_addr_t *dma_handle, gfp_t flag)
{
BUG();
return NULL;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-um/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dma_set_mask(struct device *dev, u64 dma_mask)

static inline void *
dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
int flag)
gfp_t flag)
{
BUG();
return((void *) 0);
Expand Down

0 comments on commit 8026722

Please sign in to comment.