ARM: orion/gpio: Get rid of unused first parameter in orion_gpio_init()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 14 Dec 2021 14:06:56 +0000 (16:06 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Thu, 3 Feb 2022 08:25:11 +0000 (09:25 +0100)
commitbba14b329157d914b81ec764b87d60ee97c05e57
tree66d473585f7e06c63ed865709e7e3d315ea00574
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
ARM: orion/gpio: Get rid of unused first parameter in orion_gpio_init()

The OF node pointer is always NULL, get rid of unused parameter in
orion_gpio_init(). As a side effect it will allow to switch GPIO
library to the fwnode API, as well as in case of resurrecting it here
it should be fwnode_handle anyways.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/mach-dove/irq.c
arch/arm/mach-mv78xx0/irq.c
arch/arm/mach-orion5x/irq.c
arch/arm/plat-orion/gpio.c
arch/arm/plat-orion/include/plat/orion-gpio.h