From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [BUILD_FAILURE] 2.6.24-git18 build fails section type conflict psmouse-base Date: Mon, 3 Mar 2008 15:35:16 +1100 Message-ID: <200803031535.17644.rusty@rustcorp.com.au> References: <47AC2FDB.7080104@linux.vnet.ibm.com> <20080208104851.GI7198@cs181133002.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([203.10.76.45]:38808 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751449AbYCCEfu (ORCPT ); Sun, 2 Mar 2008 23:35:50 -0500 In-Reply-To: <20080208104851.GI7198@cs181133002.pp.htv.fi> Content-Disposition: inline Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Adrian Bunk Cc: Kamalesh Babulal , LKML , linux-input@vger.kernel.org, Andy Whitcroft , Balbir Singh , Ivan Kokshaysky On Friday 08 February 2008 21:48:51 Adrian Bunk wrote: > On Fri, Feb 08, 2008 at 04:02:59PM +0530, Kamalesh Babulal wrote: > > drivers/input/mouse/psmouse-base.c:44: error: __param_proto causes a > > section type conflict drivers/input/mouse/psmouse-base.c:44: error: > > __param_proto causes a section type conflict > @Rusty: > Can you look at this issue? It's a modules problem on 3 architectures. > > cu > Adrian > > [1] http://lkml.org/lkml/2007/12/27/29 Erk... This is horrible, and arguably something gcc should try to deal with. How about we just drop the const and add a comment, rather than breaking one arch at a time? Thanks, Rusty.