aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/denverton_ns/smm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/denverton_ns/smm.c')
-rw-r--r--src/soc/intel/denverton_ns/smm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/intel/denverton_ns/smm.c b/src/soc/intel/denverton_ns/smm.c
index 2df6994fcd..fd4f35c8f8 100644
--- a/src/soc/intel/denverton_ns/smm.c
+++ b/src/soc/intel/denverton_ns/smm.c
@@ -27,12 +27,6 @@
#include <soc/pm.h>
#include <soc/smm.h>
-/* Save the gpio route register. The settings are committed from
- * southcluster_smm_enable_smi(). */
-static uint32_t gpio_route;
-
-void southcluster_smm_save_gpio_route(uint32_t route) { gpio_route = route; }
-
void southcluster_smm_clear_state(void)
{
uint32_t smi_en;