[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1441718314-11208-1-git-send-email-sudipm.mukherjee@gmail.com>
Date: Tue, 8 Sep 2015 18:48:30 +0530
From: Sudip Mukherjee <sudipm.mukherjee@...il.com>
To: Chris Zankel <chris@...kel.net>, Max Filippov <jcmvbkbc@...il.com>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Christoph Hellwig <hch@....de>, linux-xtensa@...ux-xtensa.org,
Sudip Mukherjee <sudipm.mukherjee@...il.com>
Subject: [PATCH 0/4] xtensa: fix build failure
While building with allmodconfig the build failed with different dma
related errors. It turned out that the dma functions were moved to
asm-generic/dma-mapping-common.h() and as a result we were getting the
errors of "redefinition".
This patch series will move the functions as required and at the end of
the series, allmodconfig builds.
Only build tested with allmodconfig, common_defconfig, iss_defconfig on
next-20150908.
Sudip Mukherjee (4):
xtensa: fix error with dma_{alloc,free}_{attrs,coherent}
xtensa: fix error with dma_supported
xtensa: fix errors with dma_supported
xtensa: fix error with dma_set_mask
arch/xtensa/include/asm/dma-mapping.h | 57 +++--------------------------------
1 file changed, 4 insertions(+), 53 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists