diff options
author | Lee Jones <[email protected]> | 2020-07-15 09:26:26 +0100 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2020-07-15 15:17:06 +0200 |
commit | 4a27aa9cb5b24691d3e3b2ebc3d726ee585fc960 (patch) | |
tree | 684088faa4293f71ff3e862f18edfc18eb52593d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dd2e65f2ae92268c0945842d6101fcece8f19de5 (diff) |
cpufreq: pasemi: Include header file for {check,restore}_astate prototypes
If function callers and providers do not share the same prototypes the
compiler complains of missing prototypes. Fix this by including the
correct platforms header file.
Fixes the following W=1 kernel build warning(s):
drivers/cpufreq/pasemi-cpufreq.c:109:5: warning: no previous prototype for ‘check_astate’ [-Wmissing-prototypes]
109 | int check_astate(void)
| ^~~~~~~~~~~~
drivers/cpufreq/pasemi-cpufreq.c:114:6: warning: no previous prototype for ‘restore_astate’ [-Wmissing-prototypes]
114 | void restore_astate(int cpu)
| ^~~~~~~~~~~~~~
Suggested-by: Olof Johansson <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions