diff mbox

[10/25] sparse: psi_link_poll_active can be static

Message ID 1424776479-13958-11-git-send-email-clg@fr.ibm.com
State Accepted
Headers show

Commit Message

Cédric Le Goater Feb. 24, 2015, 11:14 a.m. UTC
Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
---
 hw/psi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vasant Hegde Feb. 24, 2015, 4:06 p.m. UTC | #1
On 02/24/2015 04:44 PM, Cédric Le Goater wrote:
> Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>

Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>

-Vasant
diff mbox

Patch

diff --git a/hw/psi.c b/hw/psi.c
index e9e9f93ef94a..b96cb0faf82d 100644
--- a/hw/psi.c
+++ b/hw/psi.c
@@ -37,7 +37,7 @@ 
 static LIST_HEAD(psis);
 static u64 psi_link_timer;
 static u64 psi_link_timeout;
-bool psi_link_poll_active;
+static bool psi_link_poll_active;
 static bool psi_ext_irq_policy = EXTERNAL_IRQ_POLICY_LINUX;
 
 static void psi_register_interrupts(struct psi *psi);