HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41678 )
Change subject: drivers/uart/util.c: Add missing 'include <commonlib/bsd/helpers.h> ......................................................................
drivers/uart/util.c: Add missing 'include <commonlib/bsd/helpers.h>
Change-Id: If7d10036ab3047a9f2480e7ed04c6a6c7033ee27 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/drivers/uart/util.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/41678/1
diff --git a/src/drivers/uart/util.c b/src/drivers/uart/util.c index 1ac994e..f18a99d 100644 --- a/src/drivers/uart/util.c +++ b/src/drivers/uart/util.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */
#include <console/uart.h> -#include <types.h> +#include <commonlib/bsd/helpers.h> #include <timer.h>
/* Calculate divisor. Do not floor but round to nearest integer. */