mb/intel,samsung: Drop unused static gnvs_

Change-Id: I920e5e6a3fa92ede4a0b0388962b55208a7dee48
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42847
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Kyösti Mälkki 2020-06-27 14:24:05 +03:00 committed by Patrick Georgi
parent 3858fb121e
commit 07a4e56e75
3 changed files with 0 additions and 12 deletions

View File

@ -8,12 +8,8 @@
#include "thermal.h" #include "thermal.h"
static global_nvs_t *gnvs_;
void acpi_create_gnvs(global_nvs_t *gnvs) void acpi_create_gnvs(global_nvs_t *gnvs)
{ {
gnvs_ = gnvs;
/* Enable USB ports in S3 */ /* Enable USB ports in S3 */
gnvs->s3u0 = 1; gnvs->s3u0 = 1;
gnvs->s3u1 = 1; gnvs->s3u1 = 1;

View File

@ -11,12 +11,8 @@
#include "thermal.h" #include "thermal.h"
static global_nvs_t *gnvs_;
void acpi_create_gnvs(global_nvs_t *gnvs) void acpi_create_gnvs(global_nvs_t *gnvs)
{ {
gnvs_ = gnvs;
/* /*
* Disable 3G in suspend by default. * Disable 3G in suspend by default.
* Provide option to enable for http://crosbug.com/p/7925 * Provide option to enable for http://crosbug.com/p/7925

View File

@ -8,12 +8,8 @@
#include "thermal.h" #include "thermal.h"
static global_nvs_t *gnvs_;
void acpi_create_gnvs(global_nvs_t *gnvs) void acpi_create_gnvs(global_nvs_t *gnvs)
{ {
gnvs_ = gnvs;
/* Enable Front USB ports in S3 by default */ /* Enable Front USB ports in S3 by default */
gnvs->s3u0 = 1; gnvs->s3u0 = 1;
gnvs->s3u1 = 1; gnvs->s3u1 = 1;