[S390] sparse: fix sparse static warnings

Make functions and data static to avoid sparse warnings.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Martin Schwidefsky
2011-10-30 15:17:11 +01:00
parent 399c1d8dbf
commit c4736d9682
10 changed files with 13 additions and 13 deletions

View File

@@ -1415,7 +1415,7 @@ static int qeth_l3_send_checksum_command(struct qeth_card *card)
return 0;
}
int qeth_l3_set_rx_csum(struct qeth_card *card, int on)
static int qeth_l3_set_rx_csum(struct qeth_card *card, int on)
{
int rc = 0;