From: Ben Dooks Date: Mon, 18 May 2009 19:03:23 +0000 (+0100) Subject: [ARM] S3C24XX: GPIO: Move gpiolib initialisation earlier X-Git-Tag: v2.6.31-rc1~344^2~10^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c0ec95797052af84b7579e2a00ea212cebf71a8;p=pandora-kernel.git [ARM] S3C24XX: GPIO: Move gpiolib initialisation earlier The arch_initcall() is too late for board initialisation to use gpiolib when doing their machine specific initilisation via the .init_machine callback. Bring the file into line with the s3c64xx implementation and use the core_initcall() to register the GPIO chips. Signed-off-by: Ben Dooks --- Reading git-diff-tree failed