diff options
Diffstat (limited to 'drivers/s390/cio/chsc.h')
-rw-r--r-- | drivers/s390/cio/chsc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/chsc.h b/drivers/s390/cio/chsc.h index 6d669dd0dd84..852b61fc56ea 100644 --- a/drivers/s390/cio/chsc.h +++ b/drivers/s390/cio/chsc.h | |||
@@ -66,7 +66,7 @@ extern void chsc_init_cleanup(void); | |||
66 | extern int chsc_enable_facility(int); | 66 | extern int chsc_enable_facility(int); |
67 | struct channel_subsystem; | 67 | struct channel_subsystem; |
68 | extern int chsc_secm(struct channel_subsystem *, int); | 68 | extern int chsc_secm(struct channel_subsystem *, int); |
69 | int __chsc_do_secm(struct channel_subsystem *css, int enable, void *page); | 69 | int __chsc_do_secm(struct channel_subsystem *css, int enable); |
70 | 70 | ||
71 | int chsc_chp_vary(struct chp_id chpid, int on); | 71 | int chsc_chp_vary(struct chp_id chpid, int on); |
72 | int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, | 72 | int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, |