diff options
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | 2017-04-07 09:15:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-07 05:52:51 -0700 |
commit | ff581f82330af0c0b8c10fe2fc80c9317dfd3577 (patch) | |
tree | fa2f105db8e8fe3b16608e978881d6e3ce80ab8c /drivers/s390/net/qeth_l2_main.c | |
parent | d7a39937beca4bed9c8d7f877e099c5ac29afd56 (diff) | |
download | talos-op-linux-ff581f82330af0c0b8c10fe2fc80c9317dfd3577.tar.gz talos-op-linux-ff581f82330af0c0b8c10fe2fc80c9317dfd3577.zip |
s390/qeth: Remove unused code
1. options.add_hhlen is set but never used, drop it
2. clean up no longer required forward declarations
3. delete all sorts of unused defines
Signed-off-by: Julian Wiedmann <jwi@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_l2_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l2_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l2_main.c b/drivers/s390/net/qeth_l2_main.c index af4e6a639fec..cd0ba9e0d3e5 100644 --- a/drivers/s390/net/qeth_l2_main.c +++ b/drivers/s390/net/qeth_l2_main.c @@ -28,7 +28,6 @@ static int qeth_l2_set_offline(struct ccwgroup_device *); static int qeth_l2_stop(struct net_device *); static void qeth_l2_set_rx_mode(struct net_device *); -static int qeth_l2_recover(void *); static void qeth_bridgeport_query_support(struct qeth_card *card); static void qeth_bridge_state_change(struct qeth_card *card, struct qeth_ipa_cmd *cmd); |