Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316688
b: refs/heads/master
c: b60f187
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Jul 15, 2012
1 parent 828b3ac commit b99360a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8b1e5a0626f7f921fe0fa24bdb256ae1de5ab9b0
refs/heads/master: b60f187fecee5d9dceb89773e15f976fe21d893a
4 changes: 2 additions & 2 deletions trunk/arch/m68k/kernel/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <asm/pgalloc.h>

#ifdef CONFIG_MMU
#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)

void *dma_alloc_coherent(struct device *dev, size_t size,
dma_addr_t *handle, gfp_t flag)
Expand Down Expand Up @@ -96,7 +96,7 @@ void dma_free_coherent(struct device *dev, size_t size,
free_pages((unsigned long)vaddr, get_order(size));
}

#endif /* CONFIG_MMU */
#endif /* CONFIG_MMU && !CONFIG_COLDFIRE */

EXPORT_SYMBOL(dma_alloc_coherent);
EXPORT_SYMBOL(dma_free_coherent);
Expand Down

0 comments on commit b99360a

Please sign in to comment.