ARM: SAMSUNG: Move gpiolib support in gpio.c to plat-samsung
commit4f2b617aff8147338faa0d5ed7b57636076671bf
authorBen Dooks <ben-linux@fluff.org>
Mon, 18 Jan 2010 02:22:38 +0000 (18 11:22 +0900)
committerBen Dooks <ben-linux@fluff.org>
Tue, 19 Jan 2010 09:37:19 +0000 (19 18:37 +0900)
tree86d4d981b6863eb50d8c534efbf586e45e22f55f
parent67866fb38680d85cbd13c7bb468fb89f16e026d1
ARM: SAMSUNG: Move gpiolib support in gpio.c to plat-samsung

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>
arch/arm/plat-s3c/Makefile
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/gpio.c [moved from arch/arm/plat-s3c/gpio.c with 100% similarity]