From: David Brownell Date: Tue, 30 Sep 2008 18:43:00 +0000 (+0300) Subject: Move I2C driver model init earlier in the boot sequence X-Git-Tag: v2.6.27-omap1~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ada6ae322905aa273fddb9cde28e7de1aef222;p=pandora-kernel.git Move I2C driver model init earlier in the boot sequence This avoids oopsing in statically linked systems when some subsystems register I2C drivers in subsys_initcall() code, but those subsystems are linked (and initialized) before I2C. Signed-off-by: David Brownell Signed-off-by: Felipe Balbi Signed-off-by: Jean Delvare Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed