From 9048c3b910308ffc9f2d324f83f39db10e086d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 24 Feb 2015 12:14:31 +0100 Subject: sparse: epow_status 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-epow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') diff --git a/hw/fsp/fsp-epow.c b/hw/fsp/fsp-epow.c index dba05cb..ed91c15 100644 --- a/hw/fsp/fsp-epow.c +++ b/hw/fsp/fsp-epow.c @@ -41,7 +41,7 @@ * more of power subsystem specific EPOW events like OPAL_SYSPOWER_UPS, * OPAL_SYSPOWER_CHNG, OPAL_SYSPOWER_FAIL or OPAL_SYSPOWER_INCL. */ -int16_t epow_status[OPAL_SYSEPOW_MAX]; +static int16_t epow_status[OPAL_SYSEPOW_MAX]; /* EPOW lock */ static struct lock epow_lock = LOCK_UNLOCKED; -- cgit v1.1