ANDROID: fix kernelci build break

commit e209b3b88d ("ANDROID: sched: add vendor hook for correcting
cpu capacity") had a typo which caused failures when tracing was
disabled.

Fixes: e209b3b88d ("ANDROID: sched: add vendor hook for correcting cpu capacity")
Signed-off-by: Todd Kjos <tkjos@google.com>
Change-Id: Iec8d1cfd7f00ee5b6cb3e870f8b829d41e993335
This commit is contained in:
Todd Kjos
2020-08-20 20:25:48 -07:00
parent 344b01778e
commit d6d9bb4ff4
+1 -1
View File
@@ -18,7 +18,7 @@ DECLARE_HOOK(android_vh_arch_set_freq_scale,
#else
#define trace_android_rvh_arch_set_freq_scale(freq, max, scale)
#define trace_android_vh_arch_set_freq_scale(freq, max, scale)
#endif