commit | 9c0ec95797052af84b7579e2a00ea212cebf71a8 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Mon May 18 20:03:23 2009 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Mon May 18 20:03:23 2009 +0100 |
tree | d1e9b441de9daee46db569bb34204d6e36f276aa | |
parent | 373e9644c5f557bc8992036f9a9281e9d98aef40 [diff] |
[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 <ben-linux@fluff.org>