Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261313AbUCNQ2i (ORCPT ); Sun, 14 Mar 2004 11:28:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261427AbUCNQ2i (ORCPT ); Sun, 14 Mar 2004 11:28:38 -0500 Received: from p062096.ppp.asahi-net.or.jp ([221.113.62.96]:60651 "EHLO mitou.ysato.dip.jp") by vger.kernel.org with ESMTP id S261313AbUCNQ2P (ORCPT ); Sun, 14 Mar 2004 11:28:15 -0500 Date: Mon, 15 Mar 2004 01:28:13 +0900 Message-ID: From: Yoshinori Sato To: Linus Torvalds Cc: linux kernel Mailing List Subject: [PATCH] H8/300 support update (2/4) - fix build error User-Agent: Wanderlust/2.11.23 (Wonderwall) SEMI/1.14.6 (Maruoka) LIMIT/1.14.7 (Fujiidera) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 31 - add asm/dma-mapping.h - add CONFIG_PCI -- Yoshinori Sato diff -Nru -X .exclude-diff linux-2.6.4/arch/h8300/Kconfig linux-2.6.4-h8300/arch/h8300/Kconfig --- linux-2.6.4/arch/h8300/Kconfig 2004-03-14 18:17:37.000000000 +0900 +++ linux-2.6.4-h8300/arch/h8300/Kconfig 2004-03-03 21:10:41.000000000 +0900 @@ -37,6 +37,10 @@ bool default y +config PCI + bool + default n + source "init/Kconfig" menu "Processor type and features" diff -Nru -X .exclude-diff linux-2.6.4/include/asm-h8300/dma-mapping.h linux-2.6.4-h8300/include/asm-h8300/dma-mapping.h --- linux-2.6.4/include/asm-h8300/dma-mapping.h 1970-01-01 09:00:00.000000000 +0900 +++ linux-2.6.4-h8300/include/asm-h8300/dma-mapping.h 2004-03-03 21:12:33.000000000 +0900 @@ -0,0 +1 @@ +#include - 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/