summaryrefslogtreecommitdiff
path: root/include/ide.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-09-02 08:43:52 -0700
committerTom Rini <trini@konsulko.com>2017-09-03 15:30:34 -0400
commitf1823d3aaa72cff4f6e979e3c4e4362c3ccc0751 (patch)
treea887af66bb62d5053a2d9eeb178d6be9a7addb5d /include/ide.h
parent9e18eae2760d20f04f97ce190036e0c6ee67e43d (diff)
block: ide: Drop CONFIG_IDE_INIT_POSTRESET
This is not referenced anywhere. Drop it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/ide.h')
-rw-r--r--include/ide.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ide.h b/include/ide.h
index 9b0a4a96fa..a4be763804 100644
--- a/include/ide.h
+++ b/include/ide.h
@@ -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