gpio: Remove unused local OF node pointers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 20 Dec 2021 13:24:39 +0000 (15:24 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Wed, 22 Dec 2021 09:05:26 +0000 (10:05 +0100)
commit9804456e60670cc73f13361a3e628ecdf1bf7ee1
tree107cbbd0826f1559eb974ced4ac5a3907c8c595a
parenta2d05fb73493ca89b36c7d2c3ffc76effbfcd763
gpio: Remove unused local OF node pointers

After the commit 448cf90513d9 ("gpio: Get rid of duplicate of_node
assignment in the drivers") the OF node local pointers become unused.
Remove them for good and make compiler happy about.

Fixes: 448cf90513d9 ("gpio: Get rid of duplicate of_node assignment in the drivers")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[Bart: removed unrelated change in gpio-brcmstb]
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-gw-pld.c
drivers/gpio/gpio-mt7621.c
drivers/gpio/gpio-rda.c