From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0CE222C00D8 for ; Mon, 26 Nov 2012 00:08:04 +1100 (EST) Subject: Re: [PATCH 2/2] powerpc/86xx: fsl_pcibios_fixup_bus requires CONFIG_PCI Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1350330741-11390-2-git-send-email-timur@freescale.com> Date: Sun, 25 Nov 2012 07:07:35 -0600 Message-Id: References: <1350330741-11390-1-git-send-email-timur@freescale.com> <1350330741-11390-2-git-send-email-timur@freescale.com> To: Timur Tabi Cc: paul.gortmaker@windriver.com, Anatolij Gustschin , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 15, 2012, at 2:52 PM, Timur Tabi wrote: > Function fsl_pcibios_fixup_bus() is available only if PCI is enabled. The > MPC8610 HPCD platform file was not protecting the assigned with an #ifdef, > which results in a link failure when PCI is disabled. Every other platform > already has this #ifdef. > > Signed-off-by: Timur Tabi > --- > arch/powerpc/platforms/86xx/mpc8610_hpcd.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) applied to next - k