X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=carl9170fw%2Fcarlfw%2Fsrc%2Fdma.c;h=9a6cc0caa22e2280ec86af7d408a48943f2d0235;hb=4d82a54061be75c0bf489026aad55821bc9c61c7;hp=9945f3e44c51081fcfbb13faf6571ca4f41baed9;hpb=6e823d0b6ee854eaf5f0bf28a099a5e6b7c45be2;p=linux-libre-firmware.git diff --git a/carl9170fw/carlfw/src/dma.c b/carl9170fw/carlfw/src/dma.c index 9945f3e..9a6cc0c 100644 --- a/carl9170fw/carlfw/src/dma.c +++ b/carl9170fw/carlfw/src/dma.c @@ -19,15 +19,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" #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)