Skip to content

Commit

Permalink
ARM: SAMSUNG: Move gpiolib support in gpio.c to plat-samsung
Browse files Browse the repository at this point in the history
Move the gpio.c code containing the core gpiolib and GPIO support to
plat-samsung from plat-s3c as it is used by all current Samsung SoCs.

Note, we didn't move this to gpiolib.c as it contains code that is not
strictly for gpiolib support and the 4bit code is already called gpiolib.c
so make the change easier by not renaming both files in one go.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Jan 19, 2010
1 parent 67866fb commit 4f2b617
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/plat-s3c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ obj- :=

obj-y += init.o
obj-y += time.o
obj-y += gpio.o

# DMA support

Expand Down
1 change: 1 addition & 0 deletions arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj- :=

obj-y += clock.o
obj-y += pwm-clock.o
obj-y += gpio.o
obj-y += gpio-config.o

obj-$(CONFIG_SAMSUNG_GPIOLIB_4BIT) += gpiolib.o
Expand Down
File renamed without changes.

0 comments on commit 4f2b617

Please sign in to comment.