diff options
author | Arnd Bergmann <[email protected]> | 2019-06-28 16:59:45 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2019-07-03 10:08:43 +0200 |
commit | 9dea44c91469512d346e638694c22c30a5273992 (patch) | |
tree | c154ad4085b824b1b4075e52007adbb23143d1e4 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | aee5cec5bb27d8d3c2c13f371d156e5879309d0e (diff) |
devres: allow const resource arguments
devm_ioremap_resource() does not currently take 'const' arguments,
which results in a warning from the first driver trying to do it
anyway:
drivers/gpio/gpio-amd-fch.c: In function 'amd_fch_gpio_probe':
drivers/gpio/gpio-amd-fch.c:171:49: error: passing argument 2 of 'devm_ioremap_resource' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
priv->base = devm_ioremap_resource(&pdev->dev, &amd_fch_gpio_iores);
^~~~~~~~~~~~~~~~~~~
Change the prototype to allow it, as there is no real reason not to.
Fixes: 9bb2e0452508 ("gpio: amd: Make resource struct const")
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Greg Kroah-Hartman <[email protected]>
Reviwed-By: Enrico Weigelt <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions