]> git.sur5r.net Git - u-boot/blobdiff - drivers/pcmcia/marubun_pcmcia.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / drivers / pcmcia / marubun_pcmcia.c
index afd6df64403bde50f1ddf447a432b5be31760aeb..b2eea6c601a1b2ade2233be5574b07d0a18e74e6 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Marubun MR-SHPC-01 PCMCIA controller device driver
  *
  * (c) 2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -17,7 +16,7 @@
 #define        CONFIG_PCMCIA
 #endif
 
-#if defined(CONFIG_CMD_IDE)
+#if defined(CONFIG_IDE)
 #define        CONFIG_PCMCIA
 #endif