From: Paul Barker <paul.barker.ct@bp.renesas.com>
Date: Wed, 1 Nov 2023 20:05:59 +0000 (+0000)
Subject: board: rzg2l: Drop <common.h>
X-Git-Tag: v2025.01-rc5-pxa1908~788^2
X-Git-Url: http://git.dujemihanovic.xyz/img/login.html?a=commitdiff_plain;h=7d824618d7eb5340e63892c919abc62d831e7482;p=u-boot.git

board: rzg2l: 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/board/renesas/rzg2l/rzg2l.c b/board/renesas/rzg2l/rzg2l.c
index 755747e665..73201a8c69 100644
--- a/board/renesas/rzg2l/rzg2l.c
+++ b/board/renesas/rzg2l/rzg2l.c
@@ -4,7 +4,6 @@
  * Copyright (C) 2023 Renesas Electronics Corporation
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <linux/libfdt.h>