]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/genksyms/genksyms.c
[XFS] fix compilation without CONFIG_PROC_FS
[linux-2.6-omap-h63xx.git] / scripts / genksyms / genksyms.c
index dca5e0dd09bf1fdc57b525f23befeba074e41c10..4f8a3007e45706117a74fe316a28c28c7e46486f 100644 (file)
@@ -520,8 +520,7 @@ int main(int argc, char **argv)
                        genksyms_usage();
                        return 1;
                }
-       if ((strcmp(arch, "v850") == 0) || (strcmp(arch, "h8300") == 0)
-           || (strcmp(arch, "blackfin") == 0))
+       if ((strcmp(arch, "h8300") == 0) || (strcmp(arch, "blackfin") == 0))
                mod_prefix = "_";
        {
                extern int yydebug;