Re: asm-ppc header issues when building ARCH=powerpc
From: Kumar Gala <hidden>
Date: 2007-08-23 03:08:19
On Aug 22, 2007, at 9:49 PM, David Gibson wrote:
On Wed, Aug 22, 2007 at 02:30:47PM -0500, Josh Boyer wrote:quoted
On Wed, 22 Aug 2007 10:19:21 -0500 Kumar Gala [off-list ref] wrote:quoted
Guys, I was wondering if I could get your help with looking at the following lists and determining if we have an issue or not related the following files: Getting some classification on these would be good. Possibly classifications, doesn't build in ARCH=powerpc, remove include, real issue, etc.Sure.quoted
./drivers/i2c/busses/i2c-ibm_iic.c:#include <asm/ocp.h> ./drivers/i2c/busses/i2c-ibm_iic.c:#include <asm/ibm4xx.h>These one depends on IBM_OCP in Kconfig. We don't select/enable that on any existing arch/powerpc 4xx stuff so it won't be built anyway.Nor will we ever enable IBM_OCP in arch/powerpc: the device tree entirely obsoletes the OCP crap.
Agreed. We shouldn't taint arch/powerpc with OCP :) - k