From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: Re: [PATCH] [POWERPC] i2c: fix build breakage introduced by OF helpers Date: Sat, 19 Apr 2008 14:04:32 +1000 Message-ID: <18441.28496.84724.411784@cargo.ozlabs.ibm.com> References: <4808AEC7.8040000@scram.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4808AEC7.8040000@scram.de> Sender: linux-kernel-owner@vger.kernel.org To: Jochen Friedrich Cc: Kumar Gala , Jean Delvare , Scott Wood , "Kernel, Linux" , linuxppc-dev list , Linux I2C , Jon Smirl , Laurent Pinchart , David Miller , Stephen Rothwell List-Id: linux-i2c@vger.kernel.org Jochen Friedrich writes: > Fix build breakage introduced in commit > "[POWERPC] i2c: OF helpers for the i2c API". > If i2c-core is compiled as module, the helper needs to be > compiled as module, as well. Rename i2c.c to of_i2c.c to > avoid name space conflict. Actually, since only powerpc has irq_of_parse_and_map, I'm now inclined to think that drivers/of/i2c.c should live under arch/powerpc for now, or at the least its option should depend on PPC_OF. Paul.