Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753506AbaBMJCy (ORCPT ); Thu, 13 Feb 2014 04:02:54 -0500 Received: from mail-oa0-f48.google.com ([209.85.219.48]:42310 "EHLO mail-oa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753283AbaBMJCt (ORCPT ); Thu, 13 Feb 2014 04:02:49 -0500 MIME-Version: 1.0 In-Reply-To: <1392202477.23759.28.camel@x220> References: <1392202477.23759.28.camel@x220> Date: Thu, 13 Feb 2014 17:02:48 +0800 Message-ID: Subject: Re: [PATCH] blackfin: Remove GENERIC_GPIO config option again From: Steven Miao To: Paul Bolle Cc: adi-buildroot-devel@lists.sourceforge.net, "open list:CAN NETWORK DRIVERS , open list:NETWORKING DRIVERS , open list" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Paul, On Wed, Feb 12, 2014 at 6:54 PM, Paul Bolle wrote: > The Kconfig symbol GENERIC_GPIO was removed in v3.10. Nothing cares > about it anymore. It popped up somehow in v3.13, so it can be removed > again. > > Signed-off-by: Paul Bolle > --- > Untested, but safe anyhow. > > arch/blackfin/Kconfig | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig > index 9ceccef..debd9df 100644 > --- a/arch/blackfin/Kconfig > +++ b/arch/blackfin/Kconfig > @@ -51,9 +51,6 @@ config GENERIC_BUG > config ZONE_DMA > def_bool y > > -config GENERIC_GPIO > - def_bool y > - Applied. Thanks! > config FORCE_MAX_ZONEORDER > int > default "14" > -- > 1.8.5.3 > -- 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/