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 /arch/arm/mach-rmobile/board.c | |
parent | 07fe79c93c5caba181f37844ca95fbda4db3f613 (diff) | |
parent | 7d824618d7eb5340e63892c919abc62d831e7482 (diff) |
Merge branch 'master_common_h_cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh
- Remove common.h usage
Diffstat (limited to 'arch/arm/mach-rmobile/board.c')
-rw-r--r-- | arch/arm/mach-rmobile/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rmobile/board.c b/arch/arm/mach-rmobile/board.c index a10371f74e0..79c7e02671f 100644 --- a/arch/arm/mach-rmobile/board.c +++ b/arch/arm/mach-rmobile/board.c @@ -3,7 +3,7 @@ * (C) Copyright 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> * (C) Copyright 2012 Renesas Solutions Corp. */ -#include <common.h> + #include <init.h> #include <asm/io.h> |