nb/intel/sandybridge: Remove unnecessary declaration

Change-Id: If99fd6511fcea474a1398d2b680e0df4bb1a229b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39755
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2020-03-22 12:17:47 +01:00 committed by Patrick Georgi
parent 7f6586ff78
commit 2b5c1e73a5
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ struct ram_rank_timings {
} lanes[NUM_LANES];
};
struct ramctr_timing_st;
typedef struct ramctr_timing_st {
u16 spd_crc[NUM_CHANNELS][NUM_SLOTS];
int sandybridge;