瀏覽代碼

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>
Linus Walleij 6 年之前
父節點
當前提交
32d064a16e
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/gpio/Makefile
  2. 0 0
      drivers/gpio/gpiolib-devres.c

+ 1 - 1
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

+ 0 - 0
drivers/gpio/devres.c → drivers/gpio/gpiolib-devres.c