Browse Source

Input: mpr121 - remove unused field in struct mpr121_touchkey

Remove unused key_val field in struct mpr121_touchkey.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Akinobu Mita 8 years ago
parent
commit
a4b1aeb726
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/input/keyboard/mpr121_touchkey.c

+ 0 - 1
drivers/input/keyboard/mpr121_touchkey.c

@@ -59,7 +59,6 @@
 struct mpr121_touchkey {
 	struct i2c_client	*client;
 	struct input_dev	*input_dev;
-	unsigned int		key_val;
 	unsigned int		statusbits;
 	unsigned int		keycount;
 	u16			keycodes[MPR121_MAX_KEY_COUNT];