kconfig: squash prop_alloc() into menu_add_prop()
[carl9170fw.git] / config / lkc.h
index 4fb16f3166268fd5686b303797561374f58470cf..73d3f01f17363ed7d41052f0a65bdc97e56067f9 100644 (file)
@@ -112,7 +112,6 @@ struct symbol *sym_choice_default(struct symbol *sym);
 struct property *sym_get_range_prop(struct symbol *sym);
 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);
 
 static inline tristate sym_get_tristate_value(struct symbol *sym)