fix qcom_cpu_kpssv2 compile on ASUS_AC1300
Completeafdb42987cby changing the return type from boolean_t to bool for the definition for qcom_cpu_kpssv2_regulator_start. PR: 271932 Fixes:afdb42987cPull Request: https://github.com/freebsd/freebsd-src/pull/776
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user