hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"
commit410bbee1b23faf25349355b13317078f5a73a441
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 17 Jun 2021 11:53:20 +0000 (17 13:53 +0200)
committerCorey Minyard <cminyard@mvista.com>
Thu, 8 Jul 2021 19:15:01 +0000 (8 14:15 -0500)
treedbf51d8fb2ca40534fe341fa36ff86b138a79b09
parent5e9ae4b1a31a17a72487372067a78b6afa68b68d
hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"

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 <richard.henderson@linaro.org>
Acked-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
MAINTAINERS
hw/arm/nseries.c
hw/input/lm832x.c
include/hw/i2c/i2c.h
include/hw/input/lm832x.h [new file with mode: 0644]