soc/intel/common/cse: Declare g_cse statically

Change-Id: I91b6ce3b52d987e2fc0f79e550fda2891502bfe8
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33023
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Arthur Heymans 2019-05-27 17:25:23 +02:00 committed by Patrick Georgi
parent 4a402feebf
commit 3d6ccd0489
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
#define MEI_HDR_CSE_ADDR (((1 << 8) - 1) << MEI_HDR_CSE_ADDR_START) #define MEI_HDR_CSE_ADDR (((1 << 8) - 1) << MEI_HDR_CSE_ADDR_START)
struct cse_device { static struct cse_device {
uintptr_t sec_bar; uintptr_t sec_bar;
} g_cse CAR_GLOBAL; } g_cse CAR_GLOBAL;