kconfig: remove sym from struct property
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 17 Dec 2019 04:14:22 +0000 (13:14 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 5 Feb 2021 10:49:38 +0000 (11:49 +0100)
commit74e13ad714192bc1a297e62adc04d1bb7ee30a02
tree4036ca5d56ec47bc08b04c7280a54c5a14ede321
parent855b110fdfb526d08b50621c03d5906813283fe7
kconfig: remove sym from struct property

struct property can reference to the symbol that it is associated with
by prop->menu->sym.

Fix up the one usage of prop->sym, and remove sym from struct property.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/expr.h
config/parser.y
config/symbol.c