aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/agesa/hudson/smbus.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-05-25 06:34:45 +1000
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-25 06:06:56 +0200
commita916b39e742b6d65e95a8e075de1aa3e9334e2ac (patch)
treebc6d18696dbb1c0e58501e967745718454cc5211 /src/southbridge/amd/agesa/hudson/smbus.c
parent33d664d9a1c5028ebf1ab30df6bf04e3c8c45cd6 (diff)
southbridge/amd/agesa/hudson: Unused func smbus_delay()
Spotted by Clang Change-Id: Ic5b04f6f334bc9b1b014a7ada44e9656f7992063 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5847 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/amd/agesa/hudson/smbus.c')
-rw-r--r--src/southbridge/amd/agesa/hudson/smbus.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/southbridge/amd/agesa/hudson/smbus.c b/src/southbridge/amd/agesa/hudson/smbus.c
index e428d43591..0c04158a5e 100644
--- a/src/southbridge/amd/agesa/hudson/smbus.c
+++ b/src/southbridge/amd/agesa/hudson/smbus.c
@@ -24,11 +24,6 @@
#include <stdint.h>
#include "smbus.h"
-static inline void smbus_delay(void)
-{
- outb(inb(0x80), 0x80);
-}
-
static int smbus_wait_until_ready(u32 smbus_io_base)
{
u32 loops;