diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/block/dasd.c | 3 | ||||
-rw-r--r-- | drivers/s390/block/xpram.c | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c index cfb1fff3787c..09bf44fdb1d1 100644 --- a/drivers/s390/block/dasd.c +++ b/drivers/s390/block/dasd.c | |||
@@ -2111,9 +2111,6 @@ dasd_init(void) | |||
2111 | 2111 | ||
2112 | dasd_diag_discipline_pointer = NULL; | 2112 | dasd_diag_discipline_pointer = NULL; |
2113 | 2113 | ||
2114 | rc = devfs_mk_dir("dasd"); | ||
2115 | if (rc) | ||
2116 | goto failed; | ||
2117 | rc = dasd_devmap_init(); | 2114 | rc = dasd_devmap_init(); |
2118 | if (rc) | 2115 | if (rc) |
2119 | goto failed; | 2116 | goto failed; |
diff --git a/drivers/s390/block/xpram.c b/drivers/s390/block/xpram.c index 54ecd548c318..36bc01f83a51 100644 --- a/drivers/s390/block/xpram.c +++ b/drivers/s390/block/xpram.c | |||
@@ -439,8 +439,6 @@ static int __init xpram_setup_blkdev(void) | |||
439 | if (rc < 0) | 439 | if (rc < 0) |
440 | goto out; | 440 | goto out; |
441 | 441 | ||
442 | devfs_mk_dir("slram"); | ||
443 | |||
444 | /* | 442 | /* |
445 | * Assign the other needed values: make request function, sizes and | 443 | * Assign the other needed values: make request function, sizes and |
446 | * hardsect size. All the minor devices feature the same value. | 444 | * hardsect size. All the minor devices feature the same value. |