Sort the function declarations in the same order that barebox uses.

Signed-off-by: Ulrich Ölmann <u.oelm...@pengutronix.de>
---
 src/state.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/state.h b/src/state.h
index c4db9fe84ac5..a49155ef2779 100644
--- a/src/state.h
+++ b/src/state.h
@@ -12,8 +12,8 @@ void state_release(struct state *state);
 struct state *state_by_name(const char *name);
 struct state *state_by_node(const struct device_node *node);
 
-int state_load(struct state *state);
 int state_load_no_auth(struct state *state);
+int state_load(struct state *state);
 int state_save(struct state *state);
 void state_info(void);
 
-- 
2.23.0


_______________________________________________
OSS-Tools mailing list
OSS-Tools@pengutronix.de

Reply via email to