mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
block: ide: Drop CONFIG_IDE_INIT_POSTRESET
This is not referenced anywhere. Drop it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user