]> git.sur5r.net Git - u-boot/blobdiff - include/ide.h
block: ide: Drop CONFIG_IDE_INIT_POSTRESET
[u-boot] / include / ide.h
index 9b0a4a96fa5d64a5598e498aa2bd7b649004fdb6..a4be763804cd4a431d33abad9f28e7d46c3aeed9 100644 (file)
@@ -51,10 +51,6 @@ ulong ide_write(struct blk_desc *block_dev, lbaint_t blknr, lbaint_t blkcnt,
 int ide_preinit(void);
 #endif
 
-#ifdef CONFIG_IDE_INIT_POSTRESET
-int ide_init_postreset(void);
-#endif
-
 #if defined(CONFIG_OF_IDE_FIXUP)
 int ide_device_present(int dev);
 #endif