浏览代码

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 年之前
父节点
当前提交
a4b1aeb726
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 mpr121_touchkey {
 	struct i2c_client	*client;
 	struct i2c_client	*client;
 	struct input_dev	*input_dev;
 	struct input_dev	*input_dev;
-	unsigned int		key_val;
 	unsigned int		statusbits;
 	unsigned int		statusbits;
 	unsigned int		keycount;
 	unsigned int		keycount;
 	u16			keycodes[MPR121_MAX_KEY_COUNT];
 	u16			keycodes[MPR121_MAX_KEY_COUNT];