diff options
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r-- | src/soc/amd/stoneyridge/smihandler.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/amd/stoneyridge/smihandler.c b/src/soc/amd/stoneyridge/smihandler.c index 7ba9bb8853..a8521c5bda 100644 --- a/src/soc/amd/stoneyridge/smihandler.c +++ b/src/soc/amd/stoneyridge/smihandler.c @@ -129,11 +129,6 @@ static void fch_slp_typ_handler(void) } } -int southbridge_io_trap_handler(int smif) -{ - return 0; -} - /* * Table of functions supported in the SMI handler. Note that SMI source setup * in southbridge.c is unrelated to this list. |