]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: devres: Switch to EXPORT_SYMBOL_GPL()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 6 Sep 2019 08:45:39 +0000 (10:45 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 11 Sep 2019 13:47:39 +0000 (14:47 +0100)
commitac57199180a041e8c66d20265b1a072ce3af4325
treea0dc28b34f3eeb13fcd8ff4f52ca8b1a16cb82b4
parent6d6624554da4a623fd047d15790157a0572ab091
gpio: devres: Switch to EXPORT_SYMBOL_GPL()

Change all exported symbols for managed GPIO functions from
EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL(), like is used for their
non-managed counterparts.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20190906084539.21838-5-geert+renesas@glider.be
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib-devres.c