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>
diff --git a/src/soc/amd/cezanne/smihandler.c b/src/soc/amd/cezanne/smihandler.c
index 8f4e6d4..61f5099 100644
--- a/src/soc/amd/cezanne/smihandler.c
+++ b/src/soc/amd/cezanne/smihandler.c
@@ -105,11 +105,6 @@
 	}
 }
 
-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.
diff --git a/src/soc/amd/glinda/smihandler.c b/src/soc/amd/glinda/smihandler.c
index 9cc34b5..9cf754a 100644
--- a/src/soc/amd/glinda/smihandler.c
+++ b/src/soc/amd/glinda/smihandler.c
@@ -105,11 +105,6 @@
 	}
 }
 
-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.
diff --git a/src/soc/amd/mendocino/smihandler.c b/src/soc/amd/mendocino/smihandler.c
index 8e32b5d..a973658 100644
--- a/src/soc/amd/mendocino/smihandler.c
+++ b/src/soc/amd/mendocino/smihandler.c
@@ -105,11 +105,6 @@
 	}
 }
 
-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.
diff --git a/src/soc/amd/morgana/smihandler.c b/src/soc/amd/morgana/smihandler.c
index d04f9a3..f751968 100644
--- a/src/soc/amd/morgana/smihandler.c
+++ b/src/soc/amd/morgana/smihandler.c
@@ -105,11 +105,6 @@
 	}
 }
 
-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.
diff --git a/src/soc/amd/picasso/smihandler.c b/src/soc/amd/picasso/smihandler.c
index 9568fce..247a159 100644
--- a/src/soc/amd/picasso/smihandler.c
+++ b/src/soc/amd/picasso/smihandler.c
@@ -107,11 +107,6 @@
 	}
 }
 
-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.
diff --git a/src/soc/amd/stoneyridge/smihandler.c b/src/soc/amd/stoneyridge/smihandler.c
index 7ba9bb8..a8521c5 100644
--- a/src/soc/amd/stoneyridge/smihandler.c
+++ b/src/soc/amd/stoneyridge/smihandler.c
@@ -129,11 +129,6 @@
 	}
 }
 
-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.
diff --git a/src/southbridge/amd/pi/hudson/smihandler.c b/src/southbridge/amd/pi/hudson/smihandler.c
index a942c24..429d07a 100644
--- a/src/southbridge/amd/pi/hudson/smihandler.c
+++ b/src/southbridge/amd/pi/hudson/smihandler.c
@@ -43,11 +43,6 @@
 	mainboard_smi_apmc(cmd);
 }
 
-int southbridge_io_trap_handler(int smif)
-{
-	return 0;
-}
-
 static void process_smi_sci(void)
 {
 	const uint32_t status = smi_read32(0x10);