gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 19 Aug 2013 23:04:53 +0000 (01:04 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 23 Aug 2013 17:51:21 +0000 (19:51 +0200)
commit655c4e79370d1731c293c47aaf85d4c990a33052
treed4022e87c95e5521213053f7092b9597dd0a12ca
parentc990d6cb3bdb3132c7ceddfc94eb25096d95d58c
gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()

The argument is not used, remove it. No board registers a pcf857x device
with an IRQ without specifying platform data, IRQ domain registration
behaviour is thus not affected by this change.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pcf857x.c