diff options
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | 2017-04-07 09:15:34 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-07 05:52:51 -0700 |
commit | d7a39937beca4bed9c8d7f877e099c5ac29afd56 (patch) | |
tree | 4f20b0750a01cd1e2e8823160a8ab3ec8768e3cf /drivers/s390/net/qeth_core.h | |
parent | bbeb24145135583e405a1f9c041ebf935697983d (diff) | |
download | linux-d7a39937beca4bed9c8d7f877e099c5ac29afd56.tar.gz linux-d7a39937beca4bed9c8d7f877e099c5ac29afd56.tar.bz2 linux-d7a39937beca4bed9c8d7f877e099c5ac29afd56.zip |
s390/qeth: remove unused return value
qeth_qdio_output_handler() is the only caller of
qeth_handle_send_error() and doesn't care about the return value.
Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Reviewed-by: Thomas Richter <tmricht@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
-rw-r--r-- | drivers/s390/net/qeth_core.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h index d9561e39c3b2..d311bdc3bb6c 100644 --- a/drivers/s390/net/qeth_core.h +++ b/drivers/s390/net/qeth_core.h @@ -503,13 +503,6 @@ struct qeth_qdio_info { int default_out_queue; }; -enum qeth_send_errors { - QETH_SEND_ERROR_NONE, - QETH_SEND_ERROR_LINK_FAILURE, - QETH_SEND_ERROR_RETRY, - QETH_SEND_ERROR_KICK_IT, -}; - #define QETH_ETH_MAC_V4 0x0100 /* like v4 */ #define QETH_ETH_MAC_V6 0x3333 /* like v6 */ /* tr mc mac is longer, but that will be enough to detect mc frames */ |