From: Ben Dooks Date: Sun, 17 May 2009 21:08:32 +0000 (+0100) Subject: [ARM] S3C24XX: GPIO: Clean out unused definitions in X-Git-Tag: v2.6.31-rc1~344^2~10^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7099ca7519268f6ec79782bc06faa27a714d95;p=pandora-kernel.git [ARM] S3C24XX: GPIO: Clean out unused definitions in The really does not need the input and output pin configurations as these are standard and have a generic representation (plus the s3c24xx gpio specific code is going to be phased out soon). The following sed was applied to remove the lines: sed -i~ -e '/S3C2410_GP[A-Z][0-9]*_\INP/d' \ -e '/S3C2410_GP[A-Z][0-9]*_\OUTP/d' \ -e '/S3C2410_GPA[0-9]*_OUT/d' to remove these. Signed-off-by: Ben Dooks --- Reading git-diff-tree failed