Remove trailing whitespace in the code different from DFS branch
[madwifi/.git] / ath / if_ath_ahb.h
index 44a156f7018906e8980c84e362191a2e325997f3..4129c4a21759cd277ac96b8f7f82a4116c849847 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <asm/io.h>
 #include <asm/uaccess.h>
+#include <linux/dma-mapping.h>
 
 #define AR531X_WLAN0_NUM       0
 #define AR531X_WLAN1_NUM       1
        do { (void) (start); (void) (size); } while (0)
 #endif
 
-#define bus_dma_sync_single    dma_sync_single
+#define bus_dma_sync_single    dma_sync_single_for_cpu
 #define bus_map_single         dma_map_single
 #define bus_unmap_single       dma_unmap_single
 #define bus_alloc_consistent(_hwdev, _sz, _hdma)               \