commit | 36736182a862af373152f3a382ca20a26dd09bd0 | [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 | bd7a59aea6a750b3bbf55770f69313620263e27a [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/beagle/beagle.c b/board/ti/beagle/beagle.c index 0138fc9..12e657c 100644 --- a/board/ti/beagle/beagle.c +++ b/board/ti/beagle/beagle.c
@@ -16,6 +16,7 @@ #include <dm.h> #include <env.h> #include <ns16550.h> +#include <serial.h> #ifdef CONFIG_LED_STATUS #include <status_led.h> #endif