From 3aa9ffb8de2b678952d55b847e7a21f2a0625fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 24 Feb 2015 12:14:30 +0100 Subject: sparse: elog_write_to_host_head_state can be static MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Le Goater Acked-by: Vasant Hegde Signed-off-by: Stewart Smith --- hw/fsp/fsp-elog-write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/fsp/fsp-elog-write.c') diff --git a/hw/fsp/fsp-elog-write.c b/hw/fsp/fsp-elog-write.c index eaf3225..7496b17 100644 --- a/hw/fsp/fsp-elog-write.c +++ b/hw/fsp/fsp-elog-write.c @@ -57,7 +57,7 @@ static uint32_t elog_write_retries; /* Manipulate this only with write_lock held */ static uint32_t elog_plid_fsp_commit = -1; -enum elog_head_state elog_write_to_host_head_state = ELOG_STATE_NONE; +static enum elog_head_state elog_write_to_host_head_state = ELOG_STATE_NONE; /* Need forward declaration because of Circular dependency */ static int opal_send_elog_to_fsp(void); -- cgit v1.1