diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2022-12-02 20:20:44 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-06 23:24:48 +0000 |
commit | d5c5b5233d0ee35b02eefc5f1db33ff92f878161 (patch) | |
tree | a9792d587b2ba75b199107fb5c8219d50b411f77 /src/soc/amd/stoneyridge/smihandler.c | |
parent | 2b48258865fc0819c92e3fbc15f6c7ea9f00966d (diff) |
sb,soc/amd: Remove unused southbridge_io_trap_handler()
At the moment IO trap is not implemented for AMD platforms.
Change-Id: Ib62ac4e4e418a8bab80c30dfb5183ecd8beb998d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70360
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/stoneyridge/smihandler.c')
-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. |