]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/kconfig/expr.h
sched: cleanup: refactor normalize_rt_tasks
[linux-2.6-omap-h63xx.git] / scripts / kconfig / expr.h
index 6084525f604b10e9871ada2aa6ca096d5be481ff..a195986eec6f83f0d7b76627782815855fc845fe 100644 (file)
@@ -71,14 +71,12 @@ enum {
 struct symbol {
        struct symbol *next;
        char *name;
-       char *help;
        enum symbol_type type;
        struct symbol_value curr;
        struct symbol_value def[4];
        tristate visible;
        int flags;
        struct property *prop;
-       struct expr *dep, *dep2;
        struct expr_value rev_dep;
 };
 
@@ -139,7 +137,7 @@ struct menu {
        struct property *prompt;
        struct expr *dep;
        unsigned int flags;
-       //char *help;
+       char *help;
        struct file *file;
        int lineno;
        void *data;