kconfig: use distinct tokens for type and default properties
[carl9170fw.git] / config / lkc.h
index ed3ff88e60ba11dad4c8da68865526999b35626b..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;
@@ -97,7 +96,6 @@ void menu_set_type(int type);
 
 /* util.c */
 struct file *file_lookup(const char *name);
-int file_write_dep(const char *name);
 void *xmalloc(size_t size);
 void *xcalloc(size_t nmemb, size_t size);
 void *xrealloc(void *p, size_t size);
@@ -126,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)
 {