Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242940
b: refs/heads/master
c: 1206552
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Mar 26, 2011
1 parent 7748f7f commit bd26285
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: adfa4bd4a8bfc53ca7370c57be240d35c2ec28e2
refs/heads/master: 1206552b02f725bdc603e3153b4a32403d7da9e4
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/pcf50633-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ static int __devexit pcf50633_remove(struct i2c_client *client)
return 0;
}

static struct i2c_device_id pcf50633_id_table[] = {
static const struct i2c_device_id pcf50633_id_table[] = {
{"pcf50633", 0x73},
{/* end of list */}
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/wl1273-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define DRIVER_DESC "WL1273 FM Radio Core"

static struct i2c_device_id wl1273_driver_id_table[] = {
static const struct i2c_device_id wl1273_driver_id_table[] = {
{ WL1273_FM_DRIVER_NAME, 0 },
{ }
};
Expand Down

0 comments on commit bd26285

Please sign in to comment.