Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935551Ab3DHMOB (ORCPT ); Mon, 8 Apr 2013 08:14:01 -0400 Received: from mail-oa0-f46.google.com ([209.85.219.46]:52873 "EHLO mail-oa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760388Ab3DHMN7 (ORCPT ); Mon, 8 Apr 2013 08:13:59 -0400 MIME-Version: 1.0 In-Reply-To: <1365420434.1830.94.camel@x61.thuisdomein> References: <1365420434.1830.94.camel@x61.thuisdomein> Date: Mon, 8 Apr 2013 08:13:59 -0400 Message-ID: Subject: Re: [PATCH] powerpc: remove unused "config 405EP" From: Josh Boyer To: Paul Bolle Cc: Matt Porter , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1395 Lines: 47 On Mon, Apr 8, 2013 at 7:27 AM, Paul Bolle wrote: > All users of Kconfig symbol 405EP were removed in release v2.6.27. > Remove this symbol (and a useless select of it) too. > > Signed-off-by: Paul Bolle Acked-by: Josh Boyer > --- > 0) Tested by grepping the tree only. > > 1) There's also a Kconfig symbol EP405. Let's hope no one ever made a > typo with either of these two symbols! > > arch/powerpc/platforms/40x/Kconfig | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig > index 7b7a77c..bd40bbb 100644 > --- a/arch/powerpc/platforms/40x/Kconfig > +++ b/arch/powerpc/platforms/40x/Kconfig > @@ -20,7 +20,6 @@ config HOTFOOT > bool "Hotfoot" > depends on 40x > default n > - select 405EP > select PPC40x_SIMPLE > select PCI > help > @@ -105,9 +104,6 @@ config 405GP > select IBM405_ERR51 > select IBM_EMAC_ZMII > > -config 405EP > - bool > - > config 405EX > bool > select IBM_EMAC_EMAC4 > -- > 1.7.11.7 > -- 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/