summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMohit Khanna <mkhannaqca@codeaurora.org>2017-03-10 11:48:12 -0800
committerSandeep Puligilla <spuligil@codeaurora.org>2017-03-15 23:36:20 -0700
commit06f707302260412bcdaa17d31d49d3131ddfa414 (patch)
tree0b6ecc8d1d45ec5ec27352edb6225266316aae49 /tools
parent8a7d727c27f2a88c52ed5d42f22b3806a4e39541 (diff)
qcacmn: stub core_ctl_set_boost if not defined
In hif_napi.c, we are calling this kernel API core_ctl_set_boost. This API is only present in the kernel if the feature CONFIG_SCHED_CORE_CTL is present. In case the feature is not present in the kernel, it will result in a compilation error. Create a new internal API hif_napi_core_ctl_set_boost as a wrapper around the kernel API. The new API is stubbed in case the kernel feature is not present. Change-Id: Ia52f1110304816670efe3480da3aa78d7b2ecb9e CRs-Fixed: 2018089
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions