Home
last modified time | relevance | path

Searched hist:"13577824 bded9fefbf627adef21d4cc3cbae799a" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-altera.cdiff 13577824bded9fefbf627adef21d4cc3cbae799a Sat Mar 11 12:13:01 CET 2023 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> gpio: altera: drop of_match_ptr for ID table

The driver can match only via the DT table so the table should be always
used and the of_match_ptr does not have any sense (this also allows ACPI
matching via PRP0001, even though it might not be relevant here).

drivers/gpio/gpio-altera.c:324:34: error: ‘altera_gpio_of_match’ defined but not used [-Werror=unused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>