Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760201AbYAaOvN (ORCPT ); Thu, 31 Jan 2008 09:51:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752595AbYAaOvE (ORCPT ); Thu, 31 Jan 2008 09:51:04 -0500 Received: from mtagate1.de.ibm.com ([195.212.29.150]:13896 "EHLO mtagate1.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560AbYAaOvB (ORCPT ); Thu, 31 Jan 2008 09:51:01 -0500 Date: Thu, 31 Jan 2008 15:50:58 +0100 From: Heiko Carstens To: Dan Williams Cc: Herbert Xu , NeilBrown , Martin Schwidefsky , linux-kernel@vger.kernel.org Subject: crypto/async_tx/* doesn't build on s390 Message-ID: <20080131145058.GA6789@osiris.boeblingen.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 558 Lines: 15 I get the following: crypto/built-in.o: In function `do_async_xor': async_xor.c:49: undefined reference to `dma_map_page' async_xor.c:56: undefined reference to `dma_map_page' This is mainly because s390 doesn't support DMA at all, but these files get selected via MD_RAID456 anyway. Any idea how to fix this? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/