kconfig: use distinct tokens for type and default properties
[carl9170fw.git] / config / lkc.h
index 6b7bbc6238e3f11ef3b02f0bfc7be978eba599d0..b6bbcd1dda2be89d3f2a6e63da92f6411c83f4ff 100644 (file)
@@ -50,7 +50,6 @@ struct kconf_id {
        const char *name;
        int token;
        unsigned int flags;
-       enum symbol_type stype;
 };
 
 extern int yylineno;
@@ -125,7 +124,6 @@ const char *sym_get_string_default(struct symbol *sym);
 struct symbol *sym_check_deps(struct symbol *sym);
 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
 struct symbol *prop_get_symbol(struct property *prop);
-struct property *sym_get_env_prop(struct symbol *sym);
 
 static inline tristate sym_get_tristate_value(struct symbol *sym)
 {