summaryrefslogtreecommitdiffstats
path: root/drivers/pxa_pcmcia.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pxa_pcmcia.c')
-rw-r--r--drivers/pxa_pcmcia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pxa_pcmcia.c b/drivers/pxa_pcmcia.c
index d9d38bbfcd..ecadd452d9 100644
--- a/drivers/pxa_pcmcia.c
+++ b/drivers/pxa_pcmcia.c
@@ -85,7 +85,7 @@ int pcmcia_on (void)
return rc;
}
-#if (CONFIG_COMMANDS & CFG_CMD_PCMCIA)
+#if (CONFIG_COMMANDS & CFG_CMD_PCMCIA) || defined(CONFIG_CMD_PCMCIA)
int pcmcia_off (void)
{
return 0;
OpenPOWER on IntegriCloud