southbridge/amd/sb700/smbus.c: Unused func smbus_delay()
Spotted by Clang Change-Id: I0f04c380b5ada28fb900710facc293edd65ac177 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5815 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
parent
351aff85ee
commit
f67395ee5b
|
@ -66,12 +66,6 @@ void alink_ax_indx(u32 space, u32 axindc, u32 mask, u32 val)
|
|||
outl(tmp, AB_DATA);
|
||||
}
|
||||
|
||||
|
||||
static inline void smbus_delay(void)
|
||||
{
|
||||
outb(inb(0x80), 0x80);
|
||||
}
|
||||
|
||||
static int smbus_wait_until_ready(u32 smbus_io_base)
|
||||
{
|
||||
u32 loops;
|
||||
|
|
Loading…
Reference in New Issue