diff options
Diffstat (limited to 'include/ide.h')
-rw-r--r-- | include/ide.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ide.h b/include/ide.h index 3f36b4340d0..09b0117879f 100644 --- a/include/ide.h +++ b/include/ide.h @@ -22,10 +22,6 @@ ulong ide_read(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt, ulong ide_write(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt, const void *buffer); -#if defined(CONFIG_OF_IDE_FIXUP) -int ide_device_present(int dev); -#endif - /* * I/O function overrides */ |