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:
parent
3858fb121e
commit
07a4e56e75
|
@ -8,12 +8,8 @@
|
|||
|
||||
#include "thermal.h"
|
||||
|
||||
static global_nvs_t *gnvs_;
|
||||
|
||||
void acpi_create_gnvs(global_nvs_t *gnvs)
|
||||
{
|
||||
gnvs_ = gnvs;
|
||||
|
||||
/* Enable USB ports in S3 */
|
||||
gnvs->s3u0 = 1;
|
||||
gnvs->s3u1 = 1;
|
||||
|
|
|
@ -11,12 +11,8 @@
|
|||
|
||||
#include "thermal.h"
|
||||
|
||||
static global_nvs_t *gnvs_;
|
||||
|
||||
void acpi_create_gnvs(global_nvs_t *gnvs)
|
||||
{
|
||||
gnvs_ = gnvs;
|
||||
|
||||
/*
|
||||
* Disable 3G in suspend by default.
|
||||
* Provide option to enable for http://crosbug.com/p/7925
|
||||
|
|
|
@ -8,12 +8,8 @@
|
|||
|
||||
#include "thermal.h"
|
||||
|
||||
static global_nvs_t *gnvs_;
|
||||
|
||||
void acpi_create_gnvs(global_nvs_t *gnvs)
|
||||
{
|
||||
gnvs_ = gnvs;
|
||||
|
||||
/* Enable Front USB ports in S3 by default */
|
||||
gnvs->s3u0 = 1;
|
||||
gnvs->s3u1 = 1;
|
||||
|
|
Loading…
Reference in New Issue