Skip to content

Commit

Permalink
Merge branch 'for-2636/i2c/pxa' into next-i2c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Dooks committed Aug 10, 2010
2 parents e126613 + 21e2ecf commit c09202a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-pxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ static int i2c_pxa_probe(struct platform_device *dev)
struct pxa_i2c *i2c;
struct resource *res;
struct i2c_pxa_platform_data *plat = dev->dev.platform_data;
struct platform_device_id *id = platform_get_device_id(dev);
const struct platform_device_id *id = platform_get_device_id(dev);
int ret;
int irq;

Expand Down

0 comments on commit c09202a

Please sign in to comment.