diff options
Diffstat (limited to 'drivers/s390/block/dasd_int.h')
-rw-r--r-- | drivers/s390/block/dasd_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/block/dasd_int.h b/drivers/s390/block/dasd_int.h index 6010ecf76b4c..e9485559e22e 100644 --- a/drivers/s390/block/dasd_int.h +++ b/drivers/s390/block/dasd_int.h | |||
@@ -272,6 +272,7 @@ struct dasd_discipline { | |||
272 | /* i/o control functions. */ | 272 | /* i/o control functions. */ |
273 | int (*fill_geometry) (struct dasd_device *, struct hd_geometry *); | 273 | int (*fill_geometry) (struct dasd_device *, struct hd_geometry *); |
274 | int (*fill_info) (struct dasd_device *, struct dasd_information2_t *); | 274 | int (*fill_info) (struct dasd_device *, struct dasd_information2_t *); |
275 | int (*ioctl) (struct dasd_device *, unsigned int, void __user *); | ||
275 | }; | 276 | }; |
276 | 277 | ||
277 | extern struct dasd_discipline *dasd_diag_discipline_pointer; | 278 | extern struct dasd_discipline *dasd_diag_discipline_pointer; |