diff options
Diffstat (limited to 'src/soc/amd/mendocino/smihandler.c')
-rw-r--r-- | src/soc/amd/mendocino/smihandler.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/amd/mendocino/smihandler.c b/src/soc/amd/mendocino/smihandler.c index 8e32b5d543..a973658def 100644 --- a/src/soc/amd/mendocino/smihandler.c +++ b/src/soc/amd/mendocino/smihandler.c @@ -105,11 +105,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 fch.c is unrelated to this list. |