]> git.dujemihanovic.xyz Git - u-boot.git/commit
ide: Make function static
authorSimon Glass <sjg@chromium.org>
Tue, 25 Apr 2023 16:54:36 +0000 (10:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2023 17:51:06 +0000 (13:51 -0400)
commit1b33fd83179c8f09b79930c9ffca6e8b9dfa37cf
tree226af0a5315633c384477577c23cf5242329d460
parent646deed40b8ffe9aa9c10b86f1addbb4a9788e91
ide: Make function static

Only one function is called from outside this file. Make all the others
static.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/ide.c
include/ide.h