cmd/gpt: avoid NULL check before free()
[oweals/u-boot.git] / cmd / ide.c
index 1c58efc55ac04adc261aad8520f05f17e74de08d..2f93ba7904648837dd7e2b4596e3b5e73a7f1717 100644 (file)
--- a/cmd/ide.c
+++ b/cmd/ide.c
 #include <asm/byteorder.h>
 #include <asm/io.h>
 
-#if defined(CONFIG_IDE_PCMCIA)
-# include <pcmcia.h>
-#endif
-
 #include <ide.h>
 #include <ata.h>