diff options
author | Sirnam Swetha <theonly.ultimate@gmail.com> | 2015-10-27 14:55:15 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-29 07:55:17 +0900 |
commit | 46f566ed53b00f186ce77833453b983e3a0feb08 (patch) | |
tree | d66a4fbff2586707b95b6f239cf08c98d31be1bf /drivers/staging/panel | |
parent | 2b3c9eb292b0d9b5e82ba69215b7f19a6c41fce8 (diff) |
Staging: panel: Removing multiple blank lines
This patch fixes the checkpatch issue
CHECK: Please don't use multiple blank lines
Signed-off-by: Sirnam Swetha <theonly.ultimate@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/panel')
-rw-r--r-- | drivers/staging/panel/panel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index 6ce71ad11b10..e62672b3c617 100644 --- a/drivers/staging/panel/panel.c +++ b/drivers/staging/panel/panel.c @@ -576,7 +576,6 @@ static int keypad_enabled = NOT_SET; module_param(keypad_enabled, int, 0000); MODULE_PARM_DESC(keypad_enabled, "Deprecated option, use keypad_type instead"); - static const unsigned char *lcd_char_conv; /* for some LCD drivers (ks0074) we need a charset conversion table. */ |