diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2010-05-30 23:59:19 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-30 23:59:19 -0400 |
| commit | 8fa76f7e61ef4e5bc97207143ea4e198b22487bc (patch) | |
| tree | 266c42b6687e68e4febb72d8c031e5facd899a1c /include/linux/dma-mapping.h | |
| parent | a41a7b91772da2c77ac0da74285fd8ebd86a85ba (diff) | |
| parent | 67a3e12b05e055c0415c556a315a3d3eb637e29e (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/dma-mapping.h')
| -rw-r--r-- | include/linux/dma-mapping.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index ca32ed78b057..89b7e1a605b8 100644 --- a/include/linux/dma-mapping.h +++ b/include/linux/dma-mapping.h | |||
| @@ -40,16 +40,6 @@ struct dma_map_ops { | |||
| 40 | void (*sync_single_for_device)(struct device *dev, | 40 | void (*sync_single_for_device)(struct device *dev, |
| 41 | dma_addr_t dma_handle, size_t size, | 41 | dma_addr_t dma_handle, size_t size, |
| 42 | enum dma_data_direction dir); | 42 | enum dma_data_direction dir); |
| 43 | void (*sync_single_range_for_cpu)(struct device *dev, | ||
| 44 | dma_addr_t dma_handle, | ||
| 45 | unsigned long offset, | ||
| 46 | size_t size, | ||
| 47 | enum dma_data_direction dir); | ||
| 48 | void (*sync_single_range_for_device)(struct device *dev, | ||
| 49 | dma_addr_t dma_handle, | ||
| 50 | unsigned long offset, | ||
| 51 | size_t size, | ||
| 52 | enum dma_data_direction dir); | ||
| 53 | void (*sync_sg_for_cpu)(struct device *dev, | 43 | void (*sync_sg_for_cpu)(struct device *dev, |
| 54 | struct scatterlist *sg, int nents, | 44 | struct scatterlist *sg, int nents, |
| 55 | enum dma_data_direction dir); | 45 | enum dma_data_direction dir); |
| @@ -105,21 +95,6 @@ static inline int is_device_dma_capable(struct device *dev) | |||
| 105 | #include <asm-generic/dma-mapping-broken.h> | 95 | #include <asm-generic/dma-mapping-broken.h> |
| 106 | #endif | 96 | #endif |
| 107 | 97 | ||
| 108 | /* for backwards compatibility, removed soon */ | ||
| 109 | static inline void __deprecated dma_sync_single(struct device *dev, | ||
| 110 | dma_addr_t addr, size_t size, | ||
| 111 | enum dma_data_direction dir) | ||
| 112 | { | ||
| 113 | dma_sync_single_for_cpu(dev, addr, size, dir); | ||
| 114 | } | ||
| 115 | |||
| 116 | static inline void __deprecated dma_sync_sg(struct device *dev, | ||
| 117 | struct scatterlist *sg, int nelems, | ||
| 118 | enum dma_data_direction dir) | ||
| 119 | { | ||
| 120 | dma_sync_sg_for_cpu(dev, sg, nelems, dir); | ||
| 121 | } | ||
| 122 | |||
| 123 | static inline u64 dma_get_mask(struct device *dev) | 98 | static inline u64 dma_get_mask(struct device *dev) |
| 124 | { | 99 | { |
| 125 | if (dev && dev->dma_mask && *dev->dma_mask) | 100 | if (dev && dev->dma_mask && *dev->dma_mask) |
