OSDN Git Service

kconfig: remove sym from struct property
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 17 Dec 2019 04:14:22 +0000 (13:14 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 6 Jan 2020 17:18:44 +0000 (02:18 +0900)
commit6397d96ba5a52c57ee1831a4ddc3aab01bb02048
treece4dd71b3ab8070639985b22460fc3919572d964
parent2ffeef615b5e6ac452f55fd6277dc44a667c7c8c
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>
scripts/kconfig/expr.h
scripts/kconfig/parser.y
scripts/kconfig/symbol.c