From: David Jander Date: Thu, 23 Jun 2011 08:30:09 +0000 (-0700) Subject: Input: gpio_keys - move to late_initcall X-Git-Tag: v3.1-rc1~144^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23302052d96a3945e4c72aca77b5fd28884c353;p=pandora-kernel.git Input: gpio_keys - move to late_initcall Initialize gpio_keys driver at late_initcall level, to give it a chance to work with GPIO expanders that might not be ready yet if we initialize the driver at module_init time. This is strictly a band-aid until there is a better way to specify inter-device dependencies. Signed-off-by: David Jander Acked-by: Grant Likely Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed