From b03e0510d769381ce3cda5a494889bfee5042c59 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:24 -0700 Subject: common: Move serial functions out of common.h These functions belong in serial.h so move them over. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- common/kgdb_stubs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/kgdb_stubs.c') diff --git a/common/kgdb_stubs.c b/common/kgdb_stubs.c index 5278209909..afa7d6403a 100644 --- a/common/kgdb_stubs.c +++ b/common/kgdb_stubs.c @@ -9,6 +9,7 @@ #include #include +#include int (*debugger_exception_handler)(struct pt_regs *); -- cgit v1.2.3