Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e9d4698 authored by Todd Kjos's avatar Todd Kjos
Browse files

ANDROID: fix i386 build break



Fix declaration issue found by 0-day bot.

Fixes: ab2d60d9 ("ANDROID: vendor_hooks: Add vendor hooks for key combination")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarTodd Kjos <tkjos@google.com>
Change-Id: I2728fc009489a764b617e6c87ac52db37f6ce016
parent ab2d60d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,10 +12,12 @@

#if defined(CONFIG_TRACEPOINTS) && defined(CONFIG_ANDROID_VENDOR_HOOKS)

struct pt_regs;
DECLARE_HOOK(android_vh_ipi_stop,
	TP_PROTO(struct pt_regs *regs),
	TP_ARGS(regs))

struct input_dev;
DECLARE_HOOK(android_vh_input_handle_event,
	TP_PROTO(struct input_dev *dev, unsigned int type,
		unsigned int code, int value),