Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/base/arch_topology.c: fix build error
../drivers/base/arch_topology.c:115:6: error: implicit declaration of function 'is_sched_lib_based_app' [-Werror,-Wimplicit-function-declaration] if (is_sched_lib_based_app(current->pid)) ^ ../drivers/base/arch_topology.c:118:65: error: too few arguments to function call, expected 2, have 1 return sprintf(buf, "%lu\n", topology_get_cpu_scale(cpu->dev.id));
- Loading branch information