aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
-rw-r--r--drivers/s390/net/qeth_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h
index 762d6dd1e8ba..ab4d2861ef3c 100644
--- a/drivers/s390/net/qeth_core.h
+++ b/drivers/s390/net/qeth_core.h
@@ -929,7 +929,7 @@ void qeth_core_get_drvinfo(struct net_device *, struct ethtool_drvinfo *);
929void qeth_dbf_longtext(debug_info_t *id, int level, char *text, ...); 929void qeth_dbf_longtext(debug_info_t *id, int level, char *text, ...);
930int qeth_core_ethtool_get_settings(struct net_device *, struct ethtool_cmd *); 930int qeth_core_ethtool_get_settings(struct net_device *, struct ethtool_cmd *);
931int qeth_set_access_ctrl_online(struct qeth_card *card, int fallback); 931int qeth_set_access_ctrl_online(struct qeth_card *card, int fallback);
932int qeth_hdr_chk_and_bounce(struct sk_buff *, int); 932int qeth_hdr_chk_and_bounce(struct sk_buff *, struct qeth_hdr **, int);
933int qeth_configure_cq(struct qeth_card *, enum qeth_cq); 933int qeth_configure_cq(struct qeth_card *, enum qeth_cq);
934int qeth_hw_trap(struct qeth_card *, enum qeth_diags_trap_action); 934int qeth_hw_trap(struct qeth_card *, enum qeth_diags_trap_action);
935int qeth_query_ipassists(struct qeth_card *, enum qeth_prot_versions prot); 935int qeth_query_ipassists(struct qeth_card *, enum qeth_prot_versions prot);