]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/mips/kernel/kspd.c
posix_types.h: Cleanup stale __NFDBITS and related definitions
[linux-beck.git] / arch / mips / kernel / kspd.c
index 84d0639e4580230c78fc93207943700bc35ac007..b77f56bbb477eca591052bf87d5fe8bf6bc62f5a 100644 (file)
@@ -323,7 +323,7 @@ static void sp_cleanup(void)
        fdt = files_fdtable(files);
        for (;;) {
                unsigned long set;
-               i = j * __NFDBITS;
+               i = j * BITS_PER_LONG;
                if (i >= fdt->max_fds)
                        break;
                set = fdt->open_fds[j++];