From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754422Ab2DRXiJ (ORCPT ); Wed, 18 Apr 2012 19:38:09 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:54275 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754294Ab2DRXiH convert rfc822-to-8bit (ORCPT ); Wed, 18 Apr 2012 19:38:07 -0400 MIME-Version: 1.0 In-Reply-To: <20120418214703.GA31606@kroah.com> References: <1332492784-10526-1-git-send-email-myungjoo.ham@samsung.com> <1332492784-10526-2-git-send-email-myungjoo.ham@samsung.com> <20120418214703.GA31606@kroah.com> Date: Thu, 19 Apr 2012 08:38:06 +0900 X-Google-Sender-Auth: _CPazjHRgyXnHZ6fPhtBNR1kZNw Message-ID: Subject: Re: [PATCH v7 1/6] Extcon (external connector): import Android's switch class and modify. From: Kyungmin Park To: Greg KH Cc: MyungJoo Ham , Arnd Bergmann , LKML , NeilBrown , Randy Dunlap , Mike Lockwood , =?ISO-8859-1?Q?Arve_Hj=F8nnevag?= , Linus Walleij , Dmitry Torokhov , Morten CHRISTIANSEN , Mark Brown , John Stultz , Joerg Roedel , myungjoo.ham@gmail.com, cw00.choi@samsung.com Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Can you check the latest extcon at here? http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/extcon If any problem with it, please tell me again. Thank you, Kyungmin Park On 4/19/12, Greg KH wrote: > On Fri, Mar 23, 2012 at 05:52:58PM +0900, MyungJoo Ham wrote: >> External connector class (extcon) is based on and an extension of >> Android kernel's switch class located at linux/drivers/switch/. > > > > This patch breaks the build: > drivers/extcon/extcon_class.c:79:6: error: redefinition of > ‘extcon_set_state’ > include/linux/extcon.h:80:20: note: previous definition of > ‘extcon_set_state’ was here > drivers/extcon/extcon_class.c:170:5: error: redefinition of > ‘extcon_dev_register’ > include/linux/extcon.h:67:19: note: previous definition of > ‘extcon_dev_register’ was here > drivers/extcon/extcon_class.c:214:6: error: redefinition of > ‘extcon_dev_unregister’ > include/linux/extcon.h:73:20: note: previous definition of > ‘extcon_dev_unregister’ was here > > So it obviously can't be applied to the tree :( > > Did you test it? > > Care to redo this series and send it again? > > greg k-h > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ >