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>
This commit is contained in:
Vladimir Serbinenko
2015-05-16 16:36:17 +02:00
parent 89d17bb087
commit a5dc9f1be8
13 changed files with 0 additions and 64 deletions

View File

@@ -31,11 +31,6 @@
#include <pc80/mc146818rtc.h>
#include <delay.h>
/* 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");