]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
serial: sh: Drop <common.h>
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Wed, 1 Nov 2023 20:05:54 +0000 (20:05 +0000)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Nov 2023 10:30:18 +0000 (11:30 +0100)
In line with changes elsewhere, drop inclusion of the common header.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
drivers/serial/serial_sh.c

index c034ab54e15224d6eaabddd0111a3a8597d6de3e..e4cc4ee426039c7d3ad6cf7be31ddee9f84c771c 100644 (file)
@@ -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>