[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1371527778-5236-5-git-send-email-chao.xie@marvell.com>
Date: Mon, 17 Jun 2013 23:56:17 -0400
From: Chao Xie <chao.xie@...vell.com>
To: <dmitry.torokhov@...il.com>, <arnd@...db.de>,
<eric.y.miao@...il.com>, <haojian.zhuang@...il.com>,
<drwyrm@...il.com>, <stefan@...nezx.org>, <laforge@...nezx.org>,
<robert.jarzmik@...e.fr>, <marek.vasut@...il.com>,
<sleep_walker@...e.cz>, <slapin@...fans.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <linux-input@...r.kernel.org>,
<xiechao.mail@...il.com>
CC: Chao Xie <chao.xie@...vell.com>
Subject: [PATCH V3 4/5] input: pxa27x-keypad: remove the unused members at platform data
Now pxa27x-keypad make use matrix_keymap for matrix keyes, so
remove the unused members in platform data.
Signed-off-by: Chao Xie <chao.xie@...vell.com>
---
include/linux/platform_data/keypad-pxa27x.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/linux/platform_data/keypad-pxa27x.h b/include/linux/platform_data/keypad-pxa27x.h
index 0db423b..2462556 100644
--- a/include/linux/platform_data/keypad-pxa27x.h
+++ b/include/linux/platform_data/keypad-pxa27x.h
@@ -39,8 +39,6 @@ struct pxa27x_keypad_platform_data {
const struct matrix_keymap_data *matrix_keymap_data;
unsigned int matrix_key_rows;
unsigned int matrix_key_cols;
- unsigned int *matrix_key_map;
- int matrix_key_map_size;
/* direct keys */
int direct_key_num;
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists