Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
[deliverable/linux.git] / scripts / kconfig / expr.h
index 6ee2e4fb148146ace18b2e5a7414e6a89d5d3e2f..184eb6a0b505cc50e7435950b7a770923ba06cb2 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
 struct file {
        struct file *next;
        struct file *parent;
-       char *name;
+       const char *name;
        int lineno;
        int flags;
 };
@@ -165,7 +165,6 @@ struct menu {
        struct symbol *sym;
        struct property *prompt;
        struct expr *dep;
-       struct expr *dir_dep;
        unsigned int flags;
        char *help;
        struct file *file;
This page took 0.048972 seconds and 5 git commands to generate.