diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-03-11 14:13:04 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-03-15 12:38:13 +0300 |
commit | 6ae42529547a4f3296fcecbfa3d2cf21c7196773 (patch) | |
tree | 086e64ac9c5a8aa9448068ec6d7180fb329b5fda /crypto/essiv.c | |
parent | b39cf819f625eeccfc013bc0ceea5075e0a4bd22 (diff) | |
download | linux-6ae42529547a4f3296fcecbfa3d2cf21c7196773.tar.xz |
gpio: sifive: 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-sifive.c:263:34: error: ‘sifive_gpio_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>
Diffstat (limited to 'crypto/essiv.c')
0 files changed, 0 insertions, 0 deletions