commit | 56d65db2fbc0b1ab38f112d79847fafb8e41957f | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker.ct@bp.renesas.com> | Wed Nov 01 20:05:54 2023 +0000 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Nov 02 11:30:18 2023 +0100 |
tree | f524961b8c1332a0a344263a1d69a29f224c73c2 | |
parent | 93565cc94cc60fa6e170ff1fd5d25ef2ce746f4f [diff] |
serial: sh: Drop <common.h> In line with changes elsewhere, drop inclusion of the common header. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
diff --git a/drivers/serial/serial_sh.c b/drivers/serial/serial_sh.c index c034ab5..e4cc4ee 100644 --- a/drivers/serial/serial_sh.c +++ b/drivers/serial/serial_sh.c
@@ -6,7 +6,6 @@ * Copyright (C) 2002 - 2008 Paul Mundt */ -#include <common.h> #include <asm/global_data.h> #include <asm/io.h> #include <asm/processor.h>