From 16c4b169af1295972fb09b754b8ba00c55c39e08 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 8 May 2018 14:34:05 -0400 Subject: FIT: Make fit_conf_print() be a static function We only call fit_conf_print from one place in the code, so mark it as static and move it up to where we call it. This in turn has us move a few other already static functions up further as well. Signed-off-by: Tom Rini --- include/image.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/image.h b/include/image.h index df701e3..925eb8b 100644 --- a/include/image.h +++ b/include/image.h @@ -1046,8 +1046,6 @@ int fit_conf_get_node(const void *fit, const char *conf_uname); int fit_conf_get_prop_node(const void *fit, int noffset, const char *prop_name); -void fit_conf_print(const void *fit, int noffset, const char *p); - int fit_check_ramdisk(const void *fit, int os_noffset, uint8_t arch, int verify); -- cgit v1.1