OSDN Git Service

kconfig: squash prop_alloc() into menu_add_prop()
[tomoyo/tomoyo-test1.git] / scripts / kconfig / lkc.h
index 4fb16f3..73d3f01 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)