diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-02 18:32:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-02 18:32:57 -0400 |
commit | 97962260cb93e74e3a8cbbb62e7581830503810a (patch) | |
tree | 62f5e9ec29681c2f83735a427576a9ec18a75a9c /board | |
parent | 07fe79c93c5caba181f37844ca95fbda4db3f613 (diff) | |
parent | 7d824618d7eb5340e63892c919abc62d831e7482 (diff) | |
download | u-boot-97962260cb93e74e3a8cbbb62e7581830503810a.zip u-boot-97962260cb93e74e3a8cbbb62e7581830503810a.tar.gz u-boot-97962260cb93e74e3a8cbbb62e7581830503810a.tar.bz2 |
Merge branch 'master_common_h_cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh
- Remove common.h usage
Diffstat (limited to 'board')
-rw-r--r-- | board/renesas/rzg2l/rzg2l.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/renesas/rzg2l/rzg2l.c b/board/renesas/rzg2l/rzg2l.c index 755747e..73201a8 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> |