From f083583786913de7652312c137dd4fea5c2e291f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:18 -0700 Subject: common: Move bootcount functions to their header file These don't need to be in common.h so move them out. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Tom Rini --- board/BuR/brppt1/board.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/BuR') diff --git a/board/BuR/brppt1/board.c b/board/BuR/brppt1/board.c index ef4f5c9..e0d1707 100644 --- a/board/BuR/brppt1/board.c +++ b/board/BuR/brppt1/board.c @@ -10,6 +10,7 @@ */ #include +#include #include #include #include -- cgit v1.1