Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183096
b: refs/heads/master
c: ce7b39a
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and Dmitry Torokhov committed Jan 10, 2010
1 parent a3892a8 commit 736ad20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cab9ba10493cea164ac8bbbc733c21a528e6fe5
refs/heads/master: ce7b39a181571ed5a87f3ca62d4cffe4835c6ae9
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/qt2160.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static int __devexit qt2160_remove(struct i2c_client *client)
return 0;
}

static struct i2c_device_id qt2160_idtable[] = {
static const struct i2c_device_id qt2160_idtable[] = {
{ "qt2160", 0, },
{ }
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/misc/apanel.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static void apanel_shutdown(struct i2c_client *client)
apanel_remove(client);
}

static struct i2c_device_id apanel_id[] = {
static const struct i2c_device_id apanel_id[] = {
{ "fujitsu_apanel", 0 },
{ }
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/tsc2007.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static int __devexit tsc2007_remove(struct i2c_client *client)
return 0;
}

static struct i2c_device_id tsc2007_idtable[] = {
static const struct i2c_device_id tsc2007_idtable[] = {
{ "tsc2007", 0 },
{ }
};
Expand Down

0 comments on commit 736ad20

Please sign in to comment.