commit | 9fbafa69decb8c3983591d0046579dba13b904dd | [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 | 442ce1c8efbce4d75047721fe6a457b43c457cd3 [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>