southbridge/amd/cimx/sb900: Unused func smbus_delay()
Spotted by Clang Change-Id: I14c099625db6f38fd0630b8864cf2a702b81d353 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5832 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
71714838a6
commit
33d664d9a1
1 changed files with 0 additions and 5 deletions
|
@ -22,11 +22,6 @@
|
|||
#include "smbus.h"
|
||||
#include <console/console.h> /* printk */
|
||||
|
||||
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 a new issue