mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +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 | ||
dsc.c | ||
irq.c | ||
Kconfig | ||
mach-anubis.c | ||
mach-at2440evb.c | ||
mach-nexcoder.c | ||
mach-osiris.c | ||
mach-rx3715.c | ||
mach-smdk2440.c | ||
Makefile | ||
s3c2440.c |