From 61906d1ba55a526d8f8d7f5af3aca7ee4bf8959f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 13 Jun 2017 16:04:00 +0200 Subject: Revert "globalvar: make nv_device static" This reverts commit f655902cfad63b9ba5cea7d0c9fc9c3632143e02. --- common/globalvar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/globalvar.c b/common/globalvar.c index 1385559fd7..9bb363f3a5 100644 --- a/common/globalvar.c +++ b/common/globalvar.c @@ -19,7 +19,7 @@ struct device_d global_device = { .id = DEVICE_ID_SINGLE, }; -static struct device_d nv_device = { +struct device_d nv_device = { .name = "nv", .id = DEVICE_ID_SINGLE, }; -- cgit v1.2.3