diff options
Diffstat (limited to 'drivers/s390/char/sclp.c')
-rw-r--r-- | drivers/s390/char/sclp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/char/sclp.c b/drivers/s390/char/sclp.c index eaa7e78186f9..30f29a0020a1 100644 --- a/drivers/s390/char/sclp.c +++ b/drivers/s390/char/sclp.c | |||
@@ -393,7 +393,7 @@ __sclp_find_req(u32 sccb) | |||
393 | /* Handler for external interruption. Perform request post-processing. | 393 | /* Handler for external interruption. Perform request post-processing. |
394 | * Prepare read event data request if necessary. Start processing of next | 394 | * Prepare read event data request if necessary. Start processing of next |
395 | * request on queue. */ | 395 | * request on queue. */ |
396 | static void sclp_interrupt_handler(unsigned int ext_int_code, | 396 | static void sclp_interrupt_handler(struct ext_code ext_code, |
397 | unsigned int param32, unsigned long param64) | 397 | unsigned int param32, unsigned long param64) |
398 | { | 398 | { |
399 | struct sclp_req *req; | 399 | struct sclp_req *req; |
@@ -818,7 +818,7 @@ EXPORT_SYMBOL(sclp_reactivate); | |||
818 | 818 | ||
819 | /* Handler for external interruption used during initialization. Modify | 819 | /* Handler for external interruption used during initialization. Modify |
820 | * request state to done. */ | 820 | * request state to done. */ |
821 | static void sclp_check_handler(unsigned int ext_int_code, | 821 | static void sclp_check_handler(struct ext_code ext_code, |
822 | unsigned int param32, unsigned long param64) | 822 | unsigned int param32, unsigned long param64) |
823 | { | 823 | { |
824 | u32 finished_sccb; | 824 | u32 finished_sccb; |