diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-07-01 07:22:14 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-07-03 04:39:42 +0000 |
commit | de5bcd699a7e69ae4fe8992c21a5704b192ba740 (patch) | |
tree | ead5fb0c6fd10307df2329709eed92c0351b0704 /src/include | |
parent | 9f62ece0503449624931777f63f9d255fdc0c0f9 (diff) |
tree: Use <console/console.h> only when used
Change-Id: I3cb1f11beba61afdf2be6188bde9ff135f8ace50
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83288
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/dram/rcd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/device/dram/rcd.h b/src/include/device/dram/rcd.h index d0b1f2c031..d8429b39b4 100644 --- a/src/include/device/dram/rcd.h +++ b/src/include/device/dram/rcd.h @@ -5,7 +5,6 @@ #include <types.h> #include <device/i2c_simple.h> -#include <console/console.h> enum rcw_idx { VEN_ID_L, |