commit | 6397d96ba5a52c57ee1831a4ddc3aab01bb02048 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Dec 17 13:14:22 2019 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Tue Jan 07 02:18:44 2020 +0900 |
tree | ce4dd71b3ab8070639985b22460fc3919572d964 | |
parent | 2ffeef615b5e6ac452f55fd6277dc44a667c7c8c [diff] |
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>