diff options
Diffstat (limited to 'drivers/s390/cio/chp.h')
-rw-r--r-- | drivers/s390/cio/chp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/cio/chp.h b/drivers/s390/cio/chp.h index dffe2771ddac..26c3d2246176 100644 --- a/drivers/s390/cio/chp.h +++ b/drivers/s390/cio/chp.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #define CHP_VARY_ON 2 | 24 | #define CHP_VARY_ON 2 |
25 | #define CHP_VARY_OFF 3 | 25 | #define CHP_VARY_OFF 3 |
26 | 26 | ||
27 | struct res_acc_data { | 27 | struct chp_link { |
28 | struct chp_id chpid; | 28 | struct chp_id chpid; |
29 | u32 fla_mask; | 29 | u32 fla_mask; |
30 | u16 fla; | 30 | u16 fla; |
@@ -60,5 +60,5 @@ int chp_new(struct chp_id chpid); | |||
60 | void chp_cfg_schedule(struct chp_id chpid, int configure); | 60 | void chp_cfg_schedule(struct chp_id chpid, int configure); |
61 | void chp_cfg_cancel_deconfigure(struct chp_id chpid); | 61 | void chp_cfg_cancel_deconfigure(struct chp_id chpid); |
62 | int chp_info_get_status(struct chp_id chpid); | 62 | int chp_info_get_status(struct chp_id chpid); |
63 | int chp_ssd_get_mask(struct chsc_ssd_info *, struct res_acc_data *); | 63 | int chp_ssd_get_mask(struct chsc_ssd_info *, struct chp_link *); |
64 | #endif /* S390_CHP_H */ | 64 | #endif /* S390_CHP_H */ |