i2c: change i2c-sh_mobile.c module_init() to subsys_initcall()
authorMagnus Damm <damm@igel.co.jp>
Wed, 22 Jul 2009 14:58:39 +0000 (14:58 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 23 Jul 2009 04:04:18 +0000 (13:04 +0900)
commitc690be1cb48cf5a95c34c879841cc6e2c4fbc425
tree814f85bdc3d30bed6162662a42172947236dcdd2
parent2c59b0b70b9d5d61c726f179724660c4c2423f31
i2c: change i2c-sh_mobile.c module_init() to subsys_initcall()

Convert the i2c-sh_mobile i2c bus driver to use
subsys_initcall() instead of module_init().

This change makes the driver register a bit earlier which
together with earlier platform data moves the time for probe().
The earlier probe() makes it possible to use i2c_get_adapter()
and i2c_transfer() from device_initcall().

The same strategy is used by other i2c bus drivers such as
i2c-pxa.c and i2c-s3c2410.c.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/i2c/busses/i2c-sh_mobile.c
This page took 0.030086 seconds and 5 git commands to generate.