diff options
-rw-r--r-- | arch/arm/plat-omap/Makefile | 2 | ||||
-rw-r--r-- | drivers/gpio/Makefile | 1 | ||||
-rw-r--r-- | drivers/gpio/gpio-omap.c (renamed from arch/arm/plat-omap/gpio.c) | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index a4a12859fdd5..f0233e6abcdf 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | # Common support | 5 | # Common support |
6 | obj-y := common.o sram.o clock.o devices.o dma.o mux.o gpio.o \ | 6 | obj-y := common.o sram.o clock.o devices.o dma.o mux.o \ |
7 | usb.o fb.o io.o counter_32k.o | 7 | usb.o fb.o io.o counter_32k.o |
8 | obj-m := | 8 | obj-m := |
9 | obj-n := | 9 | obj-n := |
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index becef5954356..a6f1d42f2653 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile | |||
@@ -19,6 +19,7 @@ obj-$(CONFIG_GPIO_MAX732X) += max732x.o | |||
19 | obj-$(CONFIG_GPIO_MC33880) += mc33880.o | 19 | obj-$(CONFIG_GPIO_MC33880) += mc33880.o |
20 | obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o | 20 | obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o |
21 | obj-$(CONFIG_GPIO_74X164) += 74x164.o | 21 | obj-$(CONFIG_GPIO_74X164) += 74x164.o |
22 | obj-$(CONFIG_ARCH_OMAP) += gpio-omap.o | ||
22 | obj-$(CONFIG_GPIO_PCA953X) += pca953x.o | 23 | obj-$(CONFIG_GPIO_PCA953X) += pca953x.o |
23 | obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o | 24 | obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o |
24 | obj-$(CONFIG_GPIO_PCH) += pch_gpio.o | 25 | obj-$(CONFIG_GPIO_PCH) += pch_gpio.o |
diff --git a/arch/arm/plat-omap/gpio.c b/drivers/gpio/gpio-omap.c index 44acabd5f530..6c51191da567 100644 --- a/arch/arm/plat-omap/gpio.c +++ b/drivers/gpio/gpio-omap.c | |||
@@ -1,6 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/arm/plat-omap/gpio.c | ||
3 | * | ||
4 | * Support functions for OMAP GPIO | 2 | * Support functions for OMAP GPIO |
5 | * | 3 | * |
6 | * Copyright (C) 2003-2005 Nokia Corporation | 4 | * Copyright (C) 2003-2005 Nokia Corporation |