diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:11 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 |
commit | 41b7743e682f1d7e2ed175792a3884bce17a3dd6 (patch) | |
tree | 026f7255bf4bc60529c3eb6b650f14c03f937fcf /drivers/ram/rockchip/sdram_rk322x.c | |
parent | 37de71874d2309ae3a0c86852d79a88a4ee504e3 (diff) | |
download | u-boot-41b7743e682f1d7e2ed175792a3884bce17a3dd6.tar.gz u-boot-41b7743e682f1d7e2ed175792a3884bce17a3dd6.tar.bz2 u-boot-41b7743e682f1d7e2ed175792a3884bce17a3dd6.zip |
ram: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/ram/rockchip/sdram_rk322x.c')
-rw-r--r-- | drivers/ram/rockchip/sdram_rk322x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/rockchip/sdram_rk322x.c b/drivers/ram/rockchip/sdram_rk322x.c index 5fc23c1119..a48a509118 100644 --- a/drivers/ram/rockchip/sdram_rk322x.c +++ b/drivers/ram/rockchip/sdram_rk322x.c @@ -2,7 +2,7 @@ /* * (C) Copyright 2017 Rockchip Electronics Co., Ltd */ -#include <common.h> +#include <config.h> #include <clk.h> #include <dm.h> #include <dt-structs.h> |