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>
This commit is contained in:
Simon Glass
2019-08-01 09:47:14 -06:00
committed by Tom Rini
parent f3998fdc4d
commit 9e5616dea9
18 changed files with 1 additions and 862 deletions

View File

@@ -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>