diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-24 09:19:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-14 09:50:31 +0200 |
commit | afb3416c4fef5c4e18808c9328e01967b2a2a501 (patch) | |
tree | 30e301acc43f906ac22ed63823f74424bd9238e5 /sound | |
parent | 9becf957e0b0bb16afc206315c233346c6fd4aaa (diff) | |
download | linux-stable-afb3416c4fef5c4e18808c9328e01967b2a2a501.tar.gz linux-stable-afb3416c4fef5c4e18808c9328e01967b2a2a501.tar.bz2 linux-stable-afb3416c4fef5c4e18808c9328e01967b2a2a501.zip |
gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIP
[ Upstream commit 9c7d24693d864f90b27aad5d15fbfe226c02898b ]
The current code doesn't check if GPIOLIB_IRQCHIP is enabled, which results in
a compilation error when trying to build gpio-regmap if CONFIG_GPIOLIB_IRQCHIP
isn't enabled.
Fixes: 6a45b0e2589f ("gpiolib: Introduce gpiochip_irqchip_add_domain()")
Suggested-by: Michael Walle <michael@walle.cc>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Michael Walle <michael@walle.cc>
Acked-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Link: https://lore.kernel.org/r/20210324081923.20379-2-noltari@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions