diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2011-10-30 10:17:11 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2011-10-30 10:16:46 -0400 |
commit | c4736d968254d71eba6814b2234a4e63f40aca15 (patch) | |
tree | 8cac3862aa0071046ffb993c465cca664bd922a7 /drivers/s390/net/qeth_l3_main.c | |
parent | 399c1d8dbfdcf46977fd2e2a833b02e18a284810 (diff) |
[S390] sparse: fix sparse static warnings
Make functions and data static to avoid sparse warnings.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index ce735204d317..e4c1176ee25b 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c | |||
@@ -1415,7 +1415,7 @@ static int qeth_l3_send_checksum_command(struct qeth_card *card) | |||
1415 | return 0; | 1415 | return 0; |
1416 | } | 1416 | } |
1417 | 1417 | ||
1418 | int qeth_l3_set_rx_csum(struct qeth_card *card, int on) | 1418 | static int qeth_l3_set_rx_csum(struct qeth_card *card, int on) |
1419 | { | 1419 | { |
1420 | int rc = 0; | 1420 | int rc = 0; |
1421 | 1421 | ||