ANDROID: dummy-cpufreq: fix up 5.6-rc1 API changes
The cpufreq api changed, so handle it properly in dummy-cpufreq so that things keep building. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Iaf496cf2777bf0f7fceb388c8d3baabad232b576
This commit is contained in:
parent
2908995dfe
commit
10852347dc
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ static unsigned int dummy_cpufreq_get(unsigned int cpu)
|
|||
return 1;
|
||||
}
|
||||
|
||||
static int dummy_cpufreq_verify(struct cpufreq_policy *policy)
|
||||
static int dummy_cpufreq_verify(struct cpufreq_policy_data *data)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue