mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
070276d5d0
Prepare to remove the large number of S3C2410_GPxn defines by moving to S3C2410_GPx(n) in arch/arm. The following perl was used to change the files: perl -pi~ -e 's/S3C2410_GP([A-Z])([0-9]+)([^_^0-9])/S3C2410_GP\1\(\2\)\3/g' Signed-off-by: Ben Dooks <ben-linux@fluff.org> |
||
---|---|---|
.. | ||
clock.c | ||
dma.c | ||
gpio.c | ||
irq.c | ||
Kconfig | ||
mach-jive.c | ||
mach-smdk2413.c | ||
mach-vstms.c | ||
Makefile | ||
pm.c | ||
s3c2412.c | ||
sleep.S |