X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc.h;h=b6bbcd1dda2be89d3f2a6e63da92f6411c83f4ff;hb=89d9fc0b2c28b1699ebfaeacde69aad688a2893a;hp=6b7bbc6238e3f11ef3b02f0bfc7be978eba599d0;hpb=0a4078c88712401b4ce8fbbe964ea6a70216d597;p=carl9170fw.git diff --git a/config/lkc.h b/config/lkc.h index 6b7bbc6..b6bbcd1 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -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) {