aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c
diff options
context:
space:
mode:
authorJulian Wiedmann <jwi@linux.ibm.com>2018-07-11 11:42:43 -0400
committerDavid S. Miller <davem@davemloft.net>2018-07-12 19:42:39 -0400
commit09960b3a0a474f420894d88ae2e6f09ee4c60f9c (patch)
tree89fd94ce5cd028cdfd58e390e19dfb15869abb7a /drivers/s390/net/qeth_l2_main.c
parent6d8769abe44ad073bd3d08a9dfbcbd567e96e78b (diff)
s390/qeth: clean up exported symbols
Remove some redundant EXPORTs. While at it, also move some L2-only prototypes into the proper header file. 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_l2_main.c')
-rw-r--r--drivers/s390/net/qeth_l2_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/net/qeth_l2_main.c b/drivers/s390/net/qeth_l2_main.c
index 5910fd524872..8ac243de7a9e 100644
--- a/drivers/s390/net/qeth_l2_main.c
+++ b/drivers/s390/net/qeth_l2_main.c
@@ -1869,7 +1869,6 @@ int qeth_bridgeport_query_ports(struct qeth_card *card,
1869 return rc; 1869 return rc;
1870 return qeth_bridgeport_makerc(card, &cbctl, IPA_SBP_QUERY_BRIDGE_PORTS); 1870 return qeth_bridgeport_makerc(card, &cbctl, IPA_SBP_QUERY_BRIDGE_PORTS);
1871} 1871}
1872EXPORT_SYMBOL_GPL(qeth_bridgeport_query_ports);
1873 1872
1874static int qeth_bridgeport_set_cb(struct qeth_card *card, 1873static int qeth_bridgeport_set_cb(struct qeth_card *card,
1875 struct qeth_reply *reply, unsigned long data) 1874 struct qeth_reply *reply, unsigned long data)
@@ -2017,7 +2016,6 @@ int qeth_bridgeport_an_set(struct qeth_card *card, int enable)
2017 rc = qdio_pnso_brinfo(schid, 0, &response, NULL, NULL); 2016 rc = qdio_pnso_brinfo(schid, 0, &response, NULL, NULL);
2018 return qeth_anset_makerc(card, rc, response); 2017 return qeth_anset_makerc(card, rc, response);
2019} 2018}
2020EXPORT_SYMBOL_GPL(qeth_bridgeport_an_set);
2021 2019
2022static bool qeth_bridgeport_is_in_use(struct qeth_card *card) 2020static bool qeth_bridgeport_is_in_use(struct qeth_card *card)
2023{ 2021{