diff options
Diffstat (limited to 'drivers/s390/cio/css.c')
-rw-r--r-- | drivers/s390/cio/css.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c index 8019288bc6de..a5fc56371ba8 100644 --- a/drivers/s390/cio/css.c +++ b/drivers/s390/cio/css.c | |||
@@ -18,8 +18,8 @@ | |||
18 | #include <linux/list.h> | 18 | #include <linux/list.h> |
19 | #include <linux/reboot.h> | 19 | #include <linux/reboot.h> |
20 | #include <asm/isc.h> | 20 | #include <asm/isc.h> |
21 | #include <asm/crw.h> | ||
21 | 22 | ||
22 | #include "../s390mach.h" | ||
23 | #include "css.h" | 23 | #include "css.h" |
24 | #include "cio.h" | 24 | #include "cio.h" |
25 | #include "cio_debug.h" | 25 | #include "cio_debug.h" |
@@ -765,7 +765,7 @@ init_channel_subsystem (void) | |||
765 | if (ret) | 765 | if (ret) |
766 | goto out; | 766 | goto out; |
767 | 767 | ||
768 | ret = s390_register_crw_handler(CRW_RSC_SCH, css_process_crw); | 768 | ret = crw_register_handler(CRW_RSC_SCH, css_process_crw); |
769 | if (ret) | 769 | if (ret) |
770 | goto out; | 770 | goto out; |
771 | 771 | ||
@@ -845,7 +845,7 @@ out_unregister: | |||
845 | out_bus: | 845 | out_bus: |
846 | bus_unregister(&css_bus_type); | 846 | bus_unregister(&css_bus_type); |
847 | out: | 847 | out: |
848 | s390_unregister_crw_handler(CRW_RSC_CSS); | 848 | crw_unregister_handler(CRW_RSC_CSS); |
849 | chsc_free_sei_area(); | 849 | chsc_free_sei_area(); |
850 | kfree(slow_subchannel_set); | 850 | kfree(slow_subchannel_set); |
851 | pr_alert("The CSS device driver initialization failed with " | 851 | pr_alert("The CSS device driver initialization failed with " |