diff options
| author | Simon Glass <sjg@chromium.org> | 2019-11-14 12:57:24 -0700 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2019-12-02 18:23:11 -0500 | 
| commit | b03e0510d769381ce3cda5a494889bfee5042c59 (patch) | |
| tree | cb474a50859f50c473d2222002a798a4dfe4ed74 /board/overo/common.c | |
| parent | f516fd99ec59d964836906c8ac370f246d60c14d (diff) | |
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>
Diffstat (limited to 'board/overo/common.c')
| -rw-r--r-- | board/overo/common.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/board/overo/common.c b/board/overo/common.c index 2c4f412e5d3..67823e68b69 100644 --- a/board/overo/common.c +++ b/board/overo/common.c @@ -11,6 +11,7 @@   * (C) Copyright 2004-2008   * Texas Instruments, <www.ti.com>   */ +#include <serial.h>  #include <twl4030.h>  #include <common.h>  #include <asm/io.h> | 
