From 1b33fd83179c8f09b79930c9ffca6e8b9dfa37cf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 25 Apr 2023 10:54:36 -0600 Subject: ide: Make function static Only one function is called from outside this file. Make all the others static. Signed-off-by: Simon Glass --- include/ide.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/ide.h') diff --git a/include/ide.h b/include/ide.h index b586ba3df4..2c25e74ede 100644 --- a/include/ide.h +++ b/include/ide.h @@ -11,17 +11,6 @@ #define IDE_BUS(dev) (dev / (CONFIG_SYS_IDE_MAXDEVICE / CONFIG_SYS_IDE_MAXBUS)) -/* - * Function Prototypes - */ - -struct blk_desc; -struct udevice; -ulong ide_read(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt, - void *buffer); -ulong ide_write(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt, - const void *buffer); - /** * ide_set_reset() - Assert or de-assert reset for the IDE device * -- cgit v1.2.3