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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/css.h b/drivers/s390/cio/css.h
index 38bf9ddb8412..58020bf41ed0 100644
--- a/drivers/s390/cio/css.h
+++ b/drivers/s390/cio/css.h
@@ -75,7 +75,7 @@ struct chp_link;
75 */ 75 */
76struct css_driver { 76struct css_driver {
77 struct module *owner; 77 struct module *owner;
78 unsigned int subchannel_type; 78 struct css_device_id *subchannel_type;
79 struct device_driver drv; 79 struct device_driver drv;
80 void (*irq)(struct subchannel *); 80 void (*irq)(struct subchannel *);
81 int (*chp_event)(struct subchannel *, struct chp_link *, int); 81 int (*chp_event)(struct subchannel *, struct chp_link *, int);