diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2018-09-17 18:35:58 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-17 19:10:25 +0300 |
commit | 40e6a2258492ee7082294be85eaca2b074241f23 (patch) | |
tree | a26ca297ff29cf666030d75f2b7a3acff9ffa2d1 /drivers/s390/net/qeth_l3_main.c | |
parent | 0a6da4b10d9c263586975dabdbf3aedd12e76a11 (diff) | |
download | linux-40e6a2258492ee7082294be85eaca2b074241f23.tar.xz |
s390/qeth: remove qeth_get_elements_no()
Convert the last remaining user of qeth_get_elements_no() to
qeth_count_elements(), so this helper can be removed.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index 00e6e7471f5d..1d92584e01b3 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c @@ -2140,7 +2140,6 @@ static void qeth_tso_fill_header(struct qeth_card *card, * * Returns the number of pages, and thus QDIO buffer elements, needed to cover * skb data, including linear part and fragments, but excluding TCP header. - * (Exclusion of TCP header distinguishes it from qeth_get_elements_no().) * Checks if the result plus extra_elems fits under the limit for the card. * Returns 0 if it does not. * Note: extra_elems is not included in the returned result. |