From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kanga.kvack.org (kanga.kvack.org [66.96.29.28]) by ozlabs.org (Postfix) with ESMTP id 1F448DDE3C for ; Thu, 28 Feb 2008 02:21:31 +1100 (EST) From: Marcelo Tosatti To: "Robert P. J. Day" , Paul Mackerras Subject: [PATCH] m8xx_pcmcia: remove unused CONFIG_ variables Message-ID: <20070719160705.GA2859@dmt> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linux-ppc-embedded List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 27 Feb 2008 15:21:33 -0000 Remove obsolete CONFIG_ usage in m8xx_pcmcia.c. Please apply. Signed-off-by: Marcelo Tosatti diff --git a/drivers/pcmcia/m8xx_pcmcia.c b/drivers/pcmcia/m8xx_pcmcia.c index 9721ed7..37e0b56 100644 --- a/drivers/pcmcia/m8xx_pcmcia.c +++ b/drivers/pcmcia/m8xx_pcmcia.c @@ -84,12 +84,6 @@ #define CONFIG_PCMCIA_SLOT_B #define CONFIG_BD_IS_MHZ #endif -/* The ADS board use SLOT_A */ -#ifdef CONFIG_ADS -#define CONFIG_PCMCIA_SLOT_A -#define CONFIG_BD_IS_MHZ -#endif - /* The FADS series are a mess */ #ifdef CONFIG_FADS #if defined(CONFIG_MPC860T) || defined(CONFIG_MPC860) || defined(CONFIG_MPC821) @@ -104,12 +98,6 @@ #define CONFIG_PCMCIA_SLOT_A #define PCMCIA_GLITCHY_CD #endif -/* Cyclades ACS uses both slots */ -#ifdef CONFIG_PRxK -#define CONFIG_PCMCIA_SLOT_A -#define CONFIG_PCMCIA_SLOT_B -#endif - #endif /* !defined(CONFIG_PCMCIA_SLOT_A) && !defined(CONFIG_PCMCIA_SLOT_B) */ #if defined(CONFIG_PCMCIA_SLOT_A) && defined(CONFIG_PCMCIA_SLOT_B)