ANDROID: fix kernelci build-break due to stop_ipi hook

Fix build-break for non GKI builds caused by using the
_rcuidle() variant of a vendor hook.

Fixes: bad091cc4b ("ANDROID: vendor_hooks: Add vendor hooks for
getting printk messages")
Signed-off-by: Todd Kjos <tkjos@google.com>
Change-Id: I0dffaf7e0df198a63578818f7c155671efe382b5
This commit is contained in:
Todd Kjos 2020-11-04 13:23:08 -08:00
parent de84825a22
commit d8d40e5b14

View File

@ -21,6 +21,7 @@ DECLARE_HOOK(android_vh_printk_store,
TP_ARGS(facility, level))
#else
#define trace_android_vh_ipi_stop(regs)
#define trace_android_vh_ipi_stop_rcuidle(regs)
#define trace_android_vh_printk_store(facility, level)
#endif