aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/net/qeth_main.c')
-rw-r--r--drivers/s390/net/qeth_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/s390/net/qeth_main.c b/drivers/s390/net/qeth_main.c
index 8c46978e0afa..65225b3989dd 100644
--- a/drivers/s390/net/qeth_main.c
+++ b/drivers/s390/net/qeth_main.c
@@ -6561,10 +6561,10 @@ static struct ethtool_ops qeth_ethtool_ops = {
6561}; 6561};
6562 6562
6563static int 6563static int
6564qeth_hard_header_parse(struct sk_buff *skb, unsigned char *haddr) 6564qeth_hard_header_parse(const struct sk_buff *skb, unsigned char *haddr)
6565{ 6565{
6566 struct qeth_card *card; 6566 const struct qeth_card *card;
6567 struct ethhdr *eth; 6567 const struct ethhdr *eth;
6568 6568
6569 card = qeth_get_card_from_dev(skb->dev); 6569 card = qeth_get_card_from_dev(skb->dev);
6570 if (card->options.layer2) 6570 if (card->options.layer2)