aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/cio/css.h')
-rw-r--r--drivers/s390/cio/css.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/s390/cio/css.h b/drivers/s390/cio/css.h
index 1d8306cc74c4..32acd24a407c 100644
--- a/drivers/s390/cio/css.h
+++ b/drivers/s390/cio/css.h
@@ -125,10 +125,10 @@ struct subchannel;
125struct css_driver { 125struct css_driver {
126 unsigned int subchannel_type; 126 unsigned int subchannel_type;
127 struct device_driver drv; 127 struct device_driver drv;
128 void (*irq)(struct device *); 128 void (*irq)(struct subchannel *);
129 int (*notify)(struct device *, int); 129 int (*notify)(struct subchannel *, int);
130 void (*verify)(struct device *); 130 void (*verify)(struct subchannel *);
131 void (*termination)(struct device *); 131 void (*termination)(struct subchannel *);
132 int (*probe)(struct subchannel *); 132 int (*probe)(struct subchannel *);
133 int (*remove)(struct subchannel *); 133 int (*remove)(struct subchannel *);
134 void (*shutdown)(struct subchannel *); 134 void (*shutdown)(struct subchannel *);