northbridge/intel/i82810/raminit.c: Unused func spd_read_byte()

Spotted by Clang

Change-Id: Ib119f46fbbbd09a660bd6c4647b96a55d2c532a7
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5846
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Edward O'Callaghan 2014-05-25 06:34:06 +10:00 committed by Kyösti Mälkki
parent 08280cb99b
commit 604559c193
1 changed files with 0 additions and 5 deletions

View File

@ -131,11 +131,6 @@ struct dimm_info {
SDRAM configuration functions.
-----------------------------------------------------------------------------*/
static inline int spd_read_byte(unsigned device, unsigned address)
{
return smbus_read_byte(device, address);
}
/**
* Send the specified RAM command to all DIMMs.
*