Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754807Ab3C2IqM (ORCPT ); Fri, 29 Mar 2013 04:46:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26787 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752936Ab3C2IqH (ORCPT ); Fri, 29 Mar 2013 04:46:07 -0400 Message-ID: <51555598.1040505@redhat.com> Date: Fri, 29 Mar 2013 09:49:28 +0100 From: Hans de Goede User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Mauro Carvalho Chehab CC: Paul Bolle , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [media] gspca: remove obsolete Kconfig macros References: <1364506437.1345.42.camel@x61.thuisdomein> In-Reply-To: <1364506437.1345.42.camel@x61.thuisdomein> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1448 Lines: 45 Mauro, Can you pick this one up? I don't have anything pending for gspca, and to create a tree + pullreq for just a trivial patch is not really efficient. Alternatively I can put it on my TODO for when there is more gspca work, esp. since there is not really a need to hurry with merging this. Regards, Hans On 03/28/2013 10:33 PM, Paul Bolle wrote: > The et61x251 driver was removed in v3.5. Remove the last references to > its Kconfig macro now. > > Signed-off-by: Paul Bolle > --- > Untested, as usual. > > drivers/media/usb/gspca/etoms.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/media/usb/gspca/etoms.c b/drivers/media/usb/gspca/etoms.c > index 38f68e1..f165581 100644 > --- a/drivers/media/usb/gspca/etoms.c > +++ b/drivers/media/usb/gspca/etoms.c > @@ -768,9 +768,7 @@ static const struct sd_desc sd_desc = { > /* -- module initialisation -- */ > static const struct usb_device_id device_table[] = { > {USB_DEVICE(0x102c, 0x6151), .driver_info = SENSOR_PAS106}, > -#if !defined CONFIG_USB_ET61X251 && !defined CONFIG_USB_ET61X251_MODULE > {USB_DEVICE(0x102c, 0x6251), .driver_info = SENSOR_TAS5130CXX}, > -#endif > {} > }; > > -- 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/