pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
76e49aa7fb
commit
f91d7ae5ca
@ -25,11 +25,13 @@
|
|||||||
#include <pcmcia.h>
|
#include <pcmcia.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
||||||
#if (CONFIG_COMMANDS & CFG_CMD_PCMCIA)
|
#undef CONFIG_PCMCIA
|
||||||
|
|
||||||
|
#if defined(CONFIG_CMD_PCMCIA)
|
||||||
#define CONFIG_PCMCIA
|
#define CONFIG_PCMCIA
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (CONFIG_COMMANDS & CFG_CMD_IDE)
|
#if defined(CONFIG_CMD_IDE)
|
||||||
#define CONFIG_PCMCIA
|
#define CONFIG_PCMCIA
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user