From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from aserp2130.oracle.com ([141.146.126.79]:37334 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932103AbeAXIkp (ORCPT ); Wed, 24 Jan 2018 03:40:45 -0500 Date: Wed, 24 Jan 2018 11:35:23 +0300 From: Dan Carpenter To: Andy Shevchenko Cc: Corentin Labbe , devel@driverdev.osuosl.org, Greg Kroah-Hartman , Mauro Carvalho Chehab , Linux Kernel Mailing List , Linux Media Mailing List Subject: Re: [PATCH] staging: media: remove unused VIDEO_ATOMISP_OV8858 kconfig Message-ID: <20180124083523.k72x34eoork3fm4j@mwanda> References: <1516718246-24746-1-git-send-email-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-media-owner@vger.kernel.org List-ID: On Tue, Jan 23, 2018 at 07:31:27PM +0200, Andy Shevchenko wrote: > On Tue, Jan 23, 2018 at 4:37 PM, Corentin Labbe wrote: > > Nothing in kernel use VIDEO_ATOMISP_OV8858 since commit 3a81c7660f80 ("media: staging: atomisp: Remove IMX sensor support") > > Lets remove this kconfig option. > > First of all, I hardly understand how that change is related. It's pretty obvious if you look at the commit. -obj-$(CONFIG_VIDEO_ATOMISP_OV8858) += atomisp-ov8858.o It sounds like you deleted that line by mistake and re-added it to your local Makefile? regards, dan carpenter