gpio: max77620: Make regmap_irq_chip const
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 12 Aug 2017 06:09:09 +0000 (11:39 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Aug 2017 14:06:24 +0000 (16:06 +0200)
commitee949b51e4165107fe4d9ed18c23829119078722
treec089b1e27956e343ebc87113cf5e7d93fe9afe77
parent16ee62e560bcd194c360d943aeceeb73820fcaa5
gpio: max77620: Make regmap_irq_chip const

Make the structure const as it is only passed to the function
devm_regmap_add_irq_chip having the corresponding argument as const.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-max77620.c