diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-20 17:27:00 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-20 17:27:00 -0500 |
commit | e177bb587ea0fade3d9a86f6667da8d89bea3607 (patch) | |
tree | daebf1786d014cc3182137c76e02381d0aceb245 /arch/m68k/include | |
parent | 55529fa5762462beb39f913c5277cb96c7be0858 (diff) | |
parent | 561839598e61f03c9175183ea066b2b7fa58ce85 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k update from Geert Uytterhoeven.
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA
swim: Add missing spinlock init
Diffstat (limited to 'arch/m68k/include')
-rw-r--r-- | arch/m68k/include/asm/dma-mapping.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k/include/asm/dma-mapping.h b/arch/m68k/include/asm/dma-mapping.h index 292805f0762e..05aa53594d49 100644 --- a/arch/m68k/include/asm/dma-mapping.h +++ b/arch/m68k/include/asm/dma-mapping.h | |||
@@ -5,7 +5,6 @@ | |||
5 | 5 | ||
6 | struct scatterlist; | 6 | struct scatterlist; |
7 | 7 | ||
8 | #ifndef CONFIG_MMU_SUN3 | ||
9 | static inline int dma_supported(struct device *dev, u64 mask) | 8 | static inline int dma_supported(struct device *dev, u64 mask) |
10 | { | 9 | { |
11 | return 1; | 10 | return 1; |
@@ -111,10 +110,6 @@ static inline int dma_mapping_error(struct device *dev, dma_addr_t handle) | |||
111 | return 0; | 110 | return 0; |
112 | } | 111 | } |
113 | 112 | ||
114 | #else | ||
115 | #include <asm-generic/dma-mapping-broken.h> | ||
116 | #endif | ||
117 | |||
118 | /* drivers/base/dma-mapping.c */ | 113 | /* drivers/base/dma-mapping.c */ |
119 | extern int dma_common_mmap(struct device *dev, struct vm_area_struct *vma, | 114 | extern int dma_common_mmap(struct device *dev, struct vm_area_struct *vma, |
120 | void *cpu_addr, dma_addr_t dma_addr, size_t size); | 115 | void *cpu_addr, dma_addr_t dma_addr, size_t size); |