fix qcom_cpu_kpssv2 compile on ASUS_AC1300

Complete afdb42987c by changing the return type from boolean_t to bool
for the definition for qcom_cpu_kpssv2_regulator_start.

PR: 271932
Fixes: afdb42987c
Pull Request: https://github.com/freebsd/freebsd-src/pull/776
This commit is contained in:
Mina Galić 2023-06-11 22:12:59 +01:00 committed by Warner Losh
parent dece4f2d87
commit 3ed646d89a

View file

@ -72,7 +72,7 @@ loop_delay(int usec)
* This is the KPSSv2 (eg IPQ4018) regulator path for CPU
* and shared L2 cache power-on.
*/
boolean_t
bool
qcom_cpu_kpssv2_regulator_start(u_int id, phandle_t node)
{
phandle_t acc_phandle, l2_phandle, saw_phandle;