summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t520/smihandler.c
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2015-05-16 16:36:17 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2015-05-19 16:22:24 +0200
commita5dc9f1be86ad419a07b95640addf871a3c03ec6 (patch)
tree1f64cb328a07c2d6d9423dd8115a2c85a5515343 /src/mainboard/lenovo/t520/smihandler.c
parent89d17bb08718afc293bdab8b226c1557cf2deab6 (diff)
downloadcoreboot-a5dc9f1be86ad419a07b95640addf871a3c03ec6.tar.gz
coreboot-a5dc9f1be86ad419a07b95640addf871a3c03ec6.tar.bz2
coreboot-a5dc9f1be86ad419a07b95640addf871a3c03ec6.zip
Remove useless extern gnvs declaration in smi handlers.
Change-Id: I3047badea8d4f61155f4e4f7d3d078426948162a Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/10228 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/lenovo/t520/smihandler.c')
-rw-r--r--src/mainboard/lenovo/t520/smihandler.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/t520/smihandler.c b/src/mainboard/lenovo/t520/smihandler.c
index 4d874fd2eb19..0bd0d441da93 100644
--- a/src/mainboard/lenovo/t520/smihandler.c
+++ b/src/mainboard/lenovo/t520/smihandler.c
@@ -36,11 +36,6 @@
#define GPE_EC_SCI 1
#define GPE_EC_WAKE 13
-/* The southbridge SMI handler checks whether gnvs has a
- * valid pointer before calling the trap handler
- */
-extern global_nvs_t *gnvs;
-
static void mainboard_smm_init(void)
{
printk(BIOS_DEBUG, "initializing SMI\n");