diff options
Diffstat (limited to 'drivers/s390/block/dasd.c')
-rw-r--r-- | drivers/s390/block/dasd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c index 33157c84d1d3..9e0b371ebe69 100644 --- a/drivers/s390/block/dasd.c +++ b/drivers/s390/block/dasd.c | |||
@@ -1807,7 +1807,6 @@ dasd_exit(void) | |||
1807 | #ifdef CONFIG_PROC_FS | 1807 | #ifdef CONFIG_PROC_FS |
1808 | dasd_proc_exit(); | 1808 | dasd_proc_exit(); |
1809 | #endif | 1809 | #endif |
1810 | dasd_ioctl_exit(); | ||
1811 | if (dasd_page_cache != NULL) { | 1810 | if (dasd_page_cache != NULL) { |
1812 | kmem_cache_destroy(dasd_page_cache); | 1811 | kmem_cache_destroy(dasd_page_cache); |
1813 | dasd_page_cache = NULL; | 1812 | dasd_page_cache = NULL; |
@@ -2093,9 +2092,6 @@ dasd_init(void) | |||
2093 | rc = dasd_parse(); | 2092 | rc = dasd_parse(); |
2094 | if (rc) | 2093 | if (rc) |
2095 | goto failed; | 2094 | goto failed; |
2096 | rc = dasd_ioctl_init(); | ||
2097 | if (rc) | ||
2098 | goto failed; | ||
2099 | #ifdef CONFIG_PROC_FS | 2095 | #ifdef CONFIG_PROC_FS |
2100 | rc = dasd_proc_init(); | 2096 | rc = dasd_proc_init(); |
2101 | if (rc) | 2097 | if (rc) |