commit | b03e0510d769381ce3cda5a494889bfee5042c59 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:24 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:11 2019 -0500 |
tree | cb474a50859f50c473d2222002a798a4dfe4ed74 | |
parent | f516fd99ec59d964836906c8ac370f246d60c14d [diff] [blame] |
common: Move serial functions out of common.h These functions belong in serial.h so move them over. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c index 74d04bb..ea85235 100644 --- a/board/ti/dra7xx/evm.c +++ b/board/ti/dra7xx/evm.c
@@ -13,6 +13,7 @@ #include <env.h> #include <palmas.h> #include <sata.h> +#include <serial.h> #include <linux/string.h> #include <asm/gpio.h> #include <usb.h>