diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-omap.c')
-rw-r--r-- | drivers/i2c/busses/i2c-omap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c index a129af991388..81d87d2c2a2d 100644 --- a/drivers/i2c/busses/i2c-omap.c +++ b/drivers/i2c/busses/i2c-omap.c | |||
@@ -526,7 +526,7 @@ omap_i2c_isr(int this_irq, void *dev_id, struct pt_regs *regs) | |||
526 | return count ? IRQ_HANDLED : IRQ_NONE; | 526 | return count ? IRQ_HANDLED : IRQ_NONE; |
527 | } | 527 | } |
528 | 528 | ||
529 | static struct i2c_algorithm omap_i2c_algo = { | 529 | static const struct i2c_algorithm omap_i2c_algo = { |
530 | .master_xfer = omap_i2c_xfer, | 530 | .master_xfer = omap_i2c_xfer, |
531 | .functionality = omap_i2c_func, | 531 | .functionality = omap_i2c_func, |
532 | }; | 532 | }; |