* [PATCH] m8xx_pcmcia: remove unused CONFIG_ variables
[not found] <Pine.LNX.4.64.0707111932060.30119@localhost.localdomain>
@ 2008-02-27 15:21 ` Marcelo Tosatti
0 siblings, 0 replies; only message in thread
From: Marcelo Tosatti @ 2008-02-27 15:21 UTC (permalink / raw)
To: Robert P. J. Day, Paul Mackerras; +Cc: linux-ppc-embedded
Remove obsolete CONFIG_ usage in m8xx_pcmcia.c.
Please apply.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat•com>
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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-27 15:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Pine.LNX.4.64.0707111932060.30119@localhost.localdomain>
2008-02-27 15:21 ` [PATCH] m8xx_pcmcia: remove unused CONFIG_ variables Marcelo Tosatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox