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:
Angel Pons 2021-01-15 22:02:42 +01:00 committed by Patrick Georgi
parent 266819104f
commit a65ff854cd
1 changed files with 0 additions and 4 deletions

View File

@ -219,10 +219,6 @@ struct raminfo {
/* Global allocation of timings_car */
timing_bounds_t timings_car[64];
static void
write_500(struct raminfo *info, int channel, u32 val, u16 addr, int bits,
int flag);
/* OK */
static u16
read_500(struct raminfo *info, int channel, u16 addr, int split)