Re: [PATCH 2/2] net: eth: davinci_cpdma: Mark a local variable static

2013-12-11 Thread David Miller
From: Olof Johansson Date: Wed, 11 Dec 2013 15:51:21 -0800 > Only used locally. Found by sparse. > > Signed-off-by: Olof Johansson Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at htt

[PATCH 2/2] net: eth: davinci_cpdma: Mark a local variable static

2013-12-11 Thread Olof Johansson
Only used locally. Found by sparse. Signed-off-by: Olof Johansson --- drivers/net/ethernet/ti/davinci_cpdma.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/ti/davinci_cpdma.c b/drivers/net/ethernet/ti/davinci_cpdma.c index b041a87..364d0c7 100644 --