dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simple
[deliverable/linux.git] / include / asm-x86 / dma-mapping.h
index 8e16095d1fa9bbb4469219a43ef5f21c6c185c08..3a9a6f5e681a7805044688bc6389f5112afd4783 100644 (file)
@@ -26,9 +26,6 @@ struct dma_mapping_ops {
                                void *vaddr, dma_addr_t dma_handle);
        dma_addr_t      (*map_single)(struct device *hwdev, phys_addr_t ptr,
                                size_t size, int direction);
-       /* like map_single, but doesn't check the device mask */
-       dma_addr_t      (*map_simple)(struct device *hwdev, phys_addr_t ptr,
-                               size_t size, int direction);
        void            (*unmap_single)(struct device *dev, dma_addr_t addr,
                                size_t size, int direction);
        void            (*sync_single_for_cpu)(struct device *hwdev,
This page took 0.030102 seconds and 5 git commands to generate.