]> git.baikalelectronics.ru Git - uboot.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)
commit6326d564260b85957e2a34b4044e46be3c7c0497
tree226af0a5315633c384477577c23cf5242329d460
parent6da95482c2496c5d2db48a6be6bd5fe6913e957a
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