From 410bbee1b23faf25349355b13317078f5a73a441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Thu, 17 Jun 2021 13:53:20 +0200 Subject: hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lm832x_key_event() is specific go LM832x devices, not to the I2C bus API. Move it out of "i2c.h" to a new header. Reviewed-by: Richard Henderson Acked-by: Corey Minyard Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Corey Minyard --- hw/input/lm832x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/input') diff --git a/hw/input/lm832x.c b/hw/input/lm832x.c index 4cb1e9d..d2b92b4 100644 --- a/hw/input/lm832x.c +++ b/hw/input/lm832x.c @@ -19,6 +19,7 @@ */ #include "qemu/osdep.h" +#include "hw/input/lm832x.h" #include "hw/i2c/i2c.h" #include "hw/irq.h" #include "migration/vmstate.h" -- cgit v1.1