Re: [PATCH 22/27] drivers/net/wan/z85230.c: fix sparse warnings: un-EXPORT symbols
From: David Miller <davem@davemloft.net>
Date: 2008-12-26 08:12:24
Also in:
kernel-janitors, lkml
From: David Miller <davem@davemloft.net>
Date: 2008-12-26 08:12:24
Also in:
kernel-janitors, lkml
From: Hannes Eder <redacted> Date: Mon, 22 Dec 2008 20:18:13 +0100
The symbols are only references within the translation unit they are defined in, so un-EXPORT them und make them 'static'. Fix this sparse warnings: drivers/net/wan/z85230.c:604:25: warning: symbol 'z8530_dma_sync' was not declared. Should it be static? drivers/net/wan/z85230.c:613:25: warning: symbol 'z8530_txdma_sync' was not declared. Should it be static? Signed-off-by: Hannes Eder <redacted>
Applied.