From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753115AbcHPHsq (ORCPT ); Tue, 16 Aug 2016 03:48:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47174 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750785AbcHPHsp (ORCPT ); Tue, 16 Aug 2016 03:48:45 -0400 Date: Tue, 16 Aug 2016 09:48:53 +0200 From: Greg KH To: Valentin Rothberg Cc: linus.walleij@linaro.org, jic23@kernel.org, hemanthv@ti.com, linux-kernel@vger.kernel.org, ziegler@cs.fau.de Subject: Re: [PATCH] drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup Message-ID: <20160816074853.GA5454@kroah.com> References: <20160816062753.14271-1-valentinrothberg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160816062753.14271-1-valentinrothberg@gmail.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2016 at 08:27:53AM +0200, Valentin Rothberg wrote: > Commit 7ef9153d9af5 ("misc: delete bh1780 driver") has removed the > Kconfig option SENSORS_BH1780. Remove the last reference on this > option. > > Signed-off-by: Valentin Rothberg > --- > I found the issue using scripts/checkkconfigsymbols.py Ah, good catch, thanks for this, now queued up. greg k-h