nb/intel/ironlake: Remove unnecessary declaration
Change-Id: I14c5671dfc611209e28f25f38b4e82d11aef88ab Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49580 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
266819104f
commit
a65ff854cd
|
@ -219,10 +219,6 @@ struct raminfo {
|
||||||
/* Global allocation of timings_car */
|
/* Global allocation of timings_car */
|
||||||
timing_bounds_t timings_car[64];
|
timing_bounds_t timings_car[64];
|
||||||
|
|
||||||
static void
|
|
||||||
write_500(struct raminfo *info, int channel, u32 val, u16 addr, int bits,
|
|
||||||
int flag);
|
|
||||||
|
|
||||||
/* OK */
|
/* OK */
|
||||||
static u16
|
static u16
|
||||||
read_500(struct raminfo *info, int channel, u16 addr, int split)
|
read_500(struct raminfo *info, int channel, u16 addr, int split)
|
||||||
|
|
Loading…
Reference in New Issue