]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/char_dev.c
[PATCH] remove protection of LANANA-reserved majors
[linux-2.6-omap-h63xx.git] / fs / char_dev.c
index 78ced721554d8f855f3254ac052e15d8b248d47d..164a45cdaf5f96cd8e6ac92b617c0525f0aaf8ff 100644 (file)
@@ -109,8 +109,6 @@ __register_chrdev_region(unsigned int major, unsigned int baseminor,
        /* temporary */
        if (major == 0) {
                for (i = ARRAY_SIZE(chrdevs)-1; i > 0; i--) {
-                       if (is_lanana_major(i))
-                               continue;
                        if (chrdevs[i] == NULL)
                                break;
                }