gpio: xlp: Fix build errors from Netlogic XLP removal
authorRob Herring <robh@kernel.org>
Wed, 1 Dec 2021 21:43:05 +0000 (15:43 -0600)
committerBartosz Golaszewski <brgl@bgdev.pl>
Fri, 3 Dec 2021 15:00:40 +0000 (16:00 +0100)
commite320d9c2e900d988c82021c80a3cbff488977946
tree20ab60a1a2ab5a7a00a4818a95cca011af27bd66
parentadc8b4bf2a7f6f513c560bb8e225d4750ce5e872
gpio: xlp: Fix build errors from Netlogic XLP removal

Commit ea708ac5bf41 ("gpio: xlp: Remove Netlogic XLP variants") has
build errors with CONFIG_ACPI:

drivers/gpio/gpio-xlp.c:300:23: error: 'GPIO_VARIANT_VULCAN' undeclared here (not in a function)

and !CONFIG_OF:

drivers/gpio/gpio-xlp.c:267:11: error: 'struct gpio_chip' has no member named 'of_node'

Fix these errors.

Fixes: ea708ac5bf41 ("gpio: xlp: Remove Netlogic XLP variants")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: linux-gpio@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-xlp.c