diff options
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 1 | ||||
-rw-r--r-- | drivers/gpio/Makefile | 1 | ||||
-rw-r--r-- | drivers/gpio/gpio-tegra.c (renamed from arch/arm/mach-tegra/gpio.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 823c703e573c..ed58ef9019b5 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile | |||
@@ -4,7 +4,6 @@ obj-y += io.o | |||
4 | obj-y += irq.o | 4 | obj-y += irq.o |
5 | obj-y += clock.o | 5 | obj-y += clock.o |
6 | obj-y += timer.o | 6 | obj-y += timer.o |
7 | obj-y += gpio.o | ||
8 | obj-y += pinmux.o | 7 | obj-y += pinmux.o |
9 | obj-y += powergate.o | 8 | obj-y += powergate.o |
10 | obj-y += fuse.o | 9 | obj-y += fuse.o |
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index b605f8ec6fbe..85d85a3f0a44 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile | |||
@@ -27,6 +27,7 @@ obj-$(CONFIG_GPIO_PCH) += pch_gpio.o | |||
27 | obj-$(CONFIG_GPIO_PL061) += pl061.o | 27 | obj-$(CONFIG_GPIO_PL061) += pl061.o |
28 | obj-$(CONFIG_GPIO_STMPE) += stmpe-gpio.o | 28 | obj-$(CONFIG_GPIO_STMPE) += stmpe-gpio.o |
29 | obj-$(CONFIG_GPIO_TC3589X) += tc3589x-gpio.o | 29 | obj-$(CONFIG_GPIO_TC3589X) += tc3589x-gpio.o |
30 | obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o | ||
30 | obj-$(CONFIG_GPIO_TIMBERDALE) += timbgpio.o | 31 | obj-$(CONFIG_GPIO_TIMBERDALE) += timbgpio.o |
31 | obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o | 32 | obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o |
32 | obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o | 33 | obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o |
diff --git a/arch/arm/mach-tegra/gpio.c b/drivers/gpio/gpio-tegra.c index 919d63837736..919d63837736 100644 --- a/arch/arm/mach-tegra/gpio.c +++ b/drivers/gpio/gpio-tegra.c | |||