]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - block/genhd.c
Driver core: add name to device_type
[linux-2.6-omap-h63xx.git] / block / genhd.c
index 050a1f0f3a8633ff90f8f89355e3b562f070ce7f..441432a142f231b871750caa5fed9a82c0cd750a 100644 (file)
@@ -62,8 +62,6 @@ int register_blkdev(unsigned int major, const char *name)
        /* temporary */
        if (major == 0) {
                for (index = ARRAY_SIZE(major_names)-1; index > 0; index--) {
-                       if (is_lanana_major(index))
-                               continue;
                        if (major_names[index] == NULL)
                                break;
                }