dmar: remove the quirk which disables dma-remapping when intr-remapping enabled
[pandora-kernel.git] / include / asm-um / dma-mapping.h
index f0ee4fb..90fc708 100644 (file)
@@ -118,4 +118,11 @@ dma_cache_sync(struct device *dev, void *vaddr, size_t size,
        BUG();
 }
 
+static inline int
+dma_mapping_error(struct device *dev, dma_addr_t dma_handle)
+{
+       BUG();
+       return 0;
+}
+
 #endif