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:
parent
7f6586ff78
commit
2b5c1e73a5
|
@ -72,8 +72,6 @@ struct ram_rank_timings {
|
||||||
} lanes[NUM_LANES];
|
} lanes[NUM_LANES];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ramctr_timing_st;
|
|
||||||
|
|
||||||
typedef struct ramctr_timing_st {
|
typedef struct ramctr_timing_st {
|
||||||
u16 spd_crc[NUM_CHANNELS][NUM_SLOTS];
|
u16 spd_crc[NUM_CHANNELS][NUM_SLOTS];
|
||||||
int sandybridge;
|
int sandybridge;
|
||||||
|
|
Loading…
Reference in New Issue