From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id B165BDEBA3 for ; Thu, 10 May 2007 15:21:06 +1000 (EST) Date: Thu, 10 May 2007 00:16:37 -0500 (CDT) From: Kumar Gala To: Li Yang Subject: Re: [PATCH 1/2] Suppress warning when CONFIG_PCI is not defined In-Reply-To: <46428E31.3090007@freescale.com> Message-ID: References: <46428E31.3090007@freescale.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, Paul List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 10 May 2007, Li Yang wrote: > Suppress warning when CONFIG_PCI is not defined. > > Signed-off-by: Li Yang > --- > arch/powerpc/platforms/83xx/mpc8313_rdb.c | 2 ++ > arch/powerpc/platforms/83xx/mpc834x_itx.c | 2 ++ > arch/powerpc/platforms/83xx/mpc834x_mds.c | 2 ++ > 3 files changed, 6 insertions(+), 0 deletions(-) > applied. - k