carl9170 firmware: replace already defined __section with __in_section
[carl9170fw.git] / carlfw / src / dma.c
index 9945f3e44c51081fcfbb13faf6571ca4f41baed9..d19e316255a32f3e7db7e79168f30ebf09e1beaf 100644 (file)
@@ -27,7 +27,7 @@
 #include "wl.h"
 #include "printf.h"
 
-struct ar9170_dma_memory dma_mem __section(sram);
+struct ar9170_dma_memory dma_mem __in_section(sram);
 
 static void copy_dma_desc(struct dma_desc *dst,
                          struct dma_desc *src)