]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gpio: Rename devres implementation file
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 25 Sep 2018 07:11:50 +0000 (09:11 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 25 Sep 2018 07:11:50 +0000 (09:11 +0200)
All the other core files are named "gpiolib-<something>" so
let's rename the devres as well so we have some logical
namespacing here.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Makefile
drivers/gpio/gpiolib-devres.c [moved from drivers/gpio/devres.c with 100% similarity]

index 80d58c2de73070716ef67486df517a9a67c15900..f3a2efbf858be45fe5958d2d4bec6f7ccdaae4b5 100644 (file)
@@ -3,8 +3,8 @@
 
 ccflags-$(CONFIG_DEBUG_GPIO)   += -DDEBUG
 
-obj-$(CONFIG_GPIOLIB)          += devres.o
 obj-$(CONFIG_GPIOLIB)          += gpiolib.o
+obj-$(CONFIG_GPIOLIB)          += gpiolib-devres.o
 obj-$(CONFIG_GPIOLIB)          += gpiolib-legacy.o
 obj-$(CONFIG_GPIOLIB)          += gpiolib-devprop.o
 obj-$(CONFIG_OF_GPIO)          += gpiolib-of.o