From: Ben Dooks Date: Sun, 17 May 2009 21:32:23 +0000 (+0100) Subject: [ARM] S3C24XX: GPIO: Change to macros for GPIO numbering X-Git-Tag: v2.6.31-rc1~344^2~10^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=070276d5d049f385763dee19112bea08f56c9a0d;p=pandora-kernel.git [ARM] S3C24XX: GPIO: Change to macros for GPIO numbering 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 --- Reading git-diff-tree failed