From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754771AbbIHNSr (ORCPT ); Tue, 8 Sep 2015 09:18:47 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:36222 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754709AbbIHNSp (ORCPT ); Tue, 8 Sep 2015 09:18:45 -0400 From: Sudip Mukherjee To: Chris Zankel , Max Filippov Cc: linux-kernel@vger.kernel.org, Andrew Morton , Christoph Hellwig , linux-xtensa@linux-xtensa.org, Sudip Mukherjee Subject: [PATCH 0/4] xtensa: fix build failure Date: Tue, 8 Sep 2015 18:48:30 +0530 Message-Id: <1441718314-11208-1-git-send-email-sudipm.mukherjee@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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