i2c-pxa: Initialize early
Initialize the pxa i2c bus during subsystem initialization to make it available during driver initialization (e.g. display powerup for pxafb). Signed-off-by: Uli Luckas <u.luckas@road.de> Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
d3dc685eb5
commit
47a9b1379a
1 changed files with 1 additions and 1 deletions
|
@ -1134,5 +1134,5 @@ static void __exit i2c_adap_pxa_exit(void)
|
|||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("platform:pxa2xx-i2c");
|
||||
|
||||
module_init(i2c_adap_pxa_init);
|
||||
subsys_initcall(i2c_adap_pxa_init);
|
||||
module_exit(i2c_adap_pxa_exit);
|
||||
|
|
Loading…
Reference in a new issue