mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
Update QCOM symbol list in android/abi_gki_aarch64_qcom with following
symbols.
4 function symbol(s) added
'struct powercap_control_type* powercap_register_control_type(struct powercap_control_type*,
const char*, const struct powercap_control_type_ops*)'
'struct powercap_zone* powercap_register_zone(struct powercap_zone*,
struct powercap_control_type*, const char*, struct powercap_zone*,
const struct powercap_zone_ops*, int, const struct powercap_zone_constraint_ops*)'
'int powercap_unregister_control_type(struct powercap_control_type*)'
'int powercap_unregister_zone(struct powercap_control_type*, struct powercap_zone*)'
Bug: 338523446
Change-Id: Ie1305e6231532c824bd11bcc1e0abecdb55109aa
Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com>
Signed-off-by: Will McVicker <willmcvicker@google.com>