summaryrefslogtreecommitdiff
path: root/cmd/ide.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 18:47:14 +0300
committerTom Rini <trini@konsulko.com>2019-08-12 02:27:41 +0300
commit9e5616dea9db5e13ab3da1d5b414ce0bc7dc0afe (patch)
tree1aa52f3c887b29e53d7cdbb291f8ac43a8216920 /cmd/ide.c
parentf3998fdc4d0871727d7be6838bac750c6323c0a8 (diff)
downloadu-boot-9e5616dea9db5e13ab3da1d5b414ce0bc7dc0afe.tar.xz
Drop PCMCIA
This is no-longer used in U-Boot and has not been converted to driver model. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd/ide.c')
-rw-r--r--cmd/ide.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/ide.c b/cmd/ide.c
index 1c58efc55a..2f93ba7904 100644
--- a/cmd/ide.c
+++ b/cmd/ide.c
@@ -17,10 +17,6 @@
#include <asm/byteorder.h>
#include <asm/io.h>
-#if defined(CONFIG_IDE_PCMCIA)
-# include <pcmcia.h>
-#endif
-
#include <ide.h>
#include <ata.h>