summaryrefslogtreecommitdiff
path: root/drivers/mpc8xx_pcmcia.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-10 11:13:21 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-10 11:13:21 -0500
commitddb5d86f0215bcb6c293510c50eb050e92883b7a (patch)
treec1b8bcfa43d6161683554bfa646610bc8df94721 /drivers/mpc8xx_pcmcia.c
parentf40a7f3e3888b42a43674b099e5470022c8c544c (diff)
drivers/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/mpc8xx_pcmcia.c')
-rw-r--r--drivers/mpc8xx_pcmcia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mpc8xx_pcmcia.c b/drivers/mpc8xx_pcmcia.c
index 04c44a44bf..8a34cd3054 100644
--- a/drivers/mpc8xx_pcmcia.c
+++ b/drivers/mpc8xx_pcmcia.c
@@ -221,7 +221,7 @@ int pcmcia_off (void)
pcmcia_hardware_disable(_slot_);
return 0;
}
-#endif /* CFG_CMD_PCMCIA */
+#endif
static u_int m8xx_get_graycode(u_int size)