diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2012-04-07 14:31:33 -0600 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-04-07 14:35:28 -0600 |
commit | f141ed65f256ec036c7fba604da6b7c448096ef9 (patch) | |
tree | b94001a7818a860aabfdd35b2867313fb07e114e /drivers/of/Makefile | |
parent | 93baa65fe50a83056c97973de2300337b000472e (diff) | |
download | linux-stable-f141ed65f256ec036c7fba604da6b7c448096ef9.tar.gz linux-stable-f141ed65f256ec036c7fba604da6b7c448096ef9.tar.bz2 linux-stable-f141ed65f256ec036c7fba604da6b7c448096ef9.zip |
gpio: Move DT support code into drivers/gpio
The code in drivers/of/gpio.c isn't shared by any other subsystem since it
is all gpiolib specific. drivers/gpio is a better place to maintain these
functions.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'drivers/of/Makefile')
-rw-r--r-- | drivers/of/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile index aa90e602c8a7..aff2c6230390 100644 --- a/drivers/of/Makefile +++ b/drivers/of/Makefile @@ -4,7 +4,6 @@ obj-$(CONFIG_OF_PROMTREE) += pdt.o obj-$(CONFIG_OF_ADDRESS) += address.o obj-$(CONFIG_OF_IRQ) += irq.o obj-$(CONFIG_OF_DEVICE) += device.o platform.o -obj-$(CONFIG_OF_GPIO) += gpio.o obj-$(CONFIG_OF_I2C) += of_i2c.o obj-$(CONFIG_OF_NET) += of_net.o obj-$(CONFIG_OF_SPI) += of_spi.o |