]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Input: tca6416-keypad - remove unused struct tca6416_drv_data
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 1 May 2024 05:30:55 +0000 (07:30 +0200)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 6 May 2024 22:41:28 +0000 (15:41 -0700)
"struct tca6416_drv_data" is unused.
Remove it.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/3e6fd1d0875ef3c90ecaab7adf7fd4a5e8e6f708.1714541432.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/tca6416-keypad.c

index 044401d01bf64f5c7eb0c85a462049069f03932f..fbc674d7b9f06480b828631b317718e95b5069ad 100644 (file)
@@ -32,11 +32,6 @@ static const struct i2c_device_id tca6416_id[] = {
 };
 MODULE_DEVICE_TABLE(i2c, tca6416_id);
 
-struct tca6416_drv_data {
-       struct input_dev *input;
-       struct tca6416_button data[];
-};
-
 struct tca6416_keypad_chip {
        uint16_t reg_output;
        uint16_t reg_direction;