Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351121
b: refs/heads/master
c: 5618395
h: refs/heads/master
i:
  351119: 435f787
v: v3
  • Loading branch information
Geert Uytterhoeven committed Feb 9, 2013
1 parent 39fce55 commit ceca80d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 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: 243eeb78906e17a18faacb492facd3284993f220
refs/heads/master: 561839598e61f03c9175183ea066b2b7fa58ce85
5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

struct scatterlist;

#ifndef CONFIG_MMU_SUN3
static inline int dma_supported(struct device *dev, u64 mask)
{
return 1;
Expand Down Expand Up @@ -111,10 +110,6 @@ static inline int dma_mapping_error(struct device *dev, dma_addr_t handle)
return 0;
}

#else
#include <asm-generic/dma-mapping-broken.h>
#endif

/* drivers/base/dma-mapping.c */
extern int dma_common_mmap(struct device *dev, struct vm_area_struct *vma,
void *cpu_addr, dma_addr_t dma_addr, size_t size);
Expand Down
4 changes: 1 addition & 3 deletions trunk/arch/m68k/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o
obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
obj-$(CONFIG_PCI) += pcibios.o

ifndef CONFIG_MMU_SUN3
obj-y += dma.o
endif
obj-$(CONFIG_HAS_DMA) += dma.o

0 comments on commit ceca80d

Please sign in to comment.