aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
authorJulian Wiedmann <jwi@linux.vnet.ibm.com>2017-04-11 16:11:12 +0200
committerDavid S. Miller <davem@davemloft.net>2017-04-11 14:51:34 -0400
commit96d1bb53ec8b219abdee883c24799ba68ad4d460 (patch)
treecdfe9e2c3fb345f64c8fd0bf452feb499bb53276 /drivers/s390/net/qeth_core.h
parents390/qeth: move NAPI poll routine to core (diff)
downloadlinux-dev-96d1bb53ec8b219abdee883c24799ba68ad4d460.tar.xz
linux-dev-96d1bb53ec8b219abdee883c24799ba68ad4d460.zip
s390/qeth: move gdev shutdown handler to core
Duplicated code. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Acked-by: Ursula Braun <ubraun@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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h
index 196356e11077..cc1a4baeba55 100644
--- a/drivers/s390/net/qeth_core.h
+++ b/drivers/s390/net/qeth_core.h
@@ -711,7 +711,6 @@ struct qeth_discipline {
void (*remove) (struct ccwgroup_device *);
int (*set_online) (struct ccwgroup_device *);
int (*set_offline) (struct ccwgroup_device *);
- void (*shutdown)(struct ccwgroup_device *);
int (*prepare) (struct ccwgroup_device *);
void (*complete) (struct ccwgroup_device *);
int (*freeze)(struct ccwgroup_device *);