mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
input: touchscreen: gslx680_pad: make g_wake_pin/g_irq_pin/gsl1686_config_data_id static
Change-Id: Id54b29798c2d3b91429f72245e3bc045a410fd1d Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
#define GSLX680_I2C_NAME "gslX680-pad"
|
||||
#define GSLX680_I2C_ADDR 0x40
|
||||
|
||||
int g_wake_pin=0;
|
||||
int g_irq_pin=0;
|
||||
static int g_wake_pin;
|
||||
static int g_irq_pin;
|
||||
|
||||
#define GSL_DATA_REG 0x80
|
||||
#define GSL_STATUS_REG 0xe0
|
||||
|
||||
@@ -235,7 +235,7 @@ static int gsl3678_config_data_id[] =
|
||||
0,0,0,0,0,0,0,
|
||||
};
|
||||
|
||||
unsigned int gsl1686_config_data_id[] = {
|
||||
static unsigned int gsl1686_config_data_id[] = {
|
||||
0xc9259d,
|
||||
0x200,
|
||||
0,0,
|
||||
|
||||
Reference in New Issue
Block a user