aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-09-25 09:11:50 +0200
committerLinus Walleij <linus.walleij@linaro.org>2018-09-25 09:11:50 +0200
commit32d064a16eaace1866610f36fb5f4b114d979246 (patch)
treee52b3f85a478305b4f2390d2ae872aac7aab28c0 /drivers/gpio
parentgpio: Use SPDX header for core library (diff)
downloadlinux-dev-32d064a16eaace1866610f36fb5f4b114d979246.tar.xz
linux-dev-32d064a16eaace1866610f36fb5f4b114d979246.zip
gpio: Rename devres implementation file
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Makefile2
-rw-r--r--drivers/gpio/gpiolib-devres.c (renamed from drivers/gpio/devres.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 80d58c2de730..f3a2efbf858b 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -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
diff --git a/drivers/gpio/devres.c b/drivers/gpio/gpiolib-devres.c
index 01959369360b..01959369360b 100644
--- a/drivers/gpio/devres.c
+++ b/drivers/gpio/gpiolib-devres.c