From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chao Xie Subject: [PATCH V2 4/5] input: pxa27x-keypad: remove the unused members at platform data Date: Sun, 5 May 2013 23:04:07 -0400 Message-ID: <1367809448-9437-5-git-send-email-chao.xie@marvell.com> References: <1367809448-9437-1-git-send-email-chao.xie@marvell.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from na3sys009aog108.obsmtp.com ([74.125.149.199]:49845 "EHLO na3sys009aog108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752088Ab3EFDER (ORCPT ); Sun, 5 May 2013 23:04:17 -0400 In-Reply-To: <1367809448-9437-1-git-send-email-chao.xie@marvell.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, dmitry.torokhov@gmail.com, haojian.zhuang@gmail.com, xiechao.mail@gmail.com Cc: Chao Xie Now pxa27x-keypad make use matrix_keymap for matrix keyes, so remove the unused members in platform data. Signed-off-by: Chao Xie --- 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