Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114489
b: refs/heads/master
c: a10f9e7
h: refs/heads/master
i:
  114487: 1177073
v: v3
  • Loading branch information
David Brownell authored and Jean Delvare committed Oct 14, 2008
1 parent 3fe8029 commit 2170297
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1453ee3a4da94250849606882948c590a4ad8dd
refs/heads/master: a10f9e7caf8d3028d8fb1d4c3d590492cde3df3e
5 changes: 4 additions & 1 deletion trunk/drivers/i2c/i2c-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,10 @@ static void __exit i2c_exit(void)
bus_unregister(&i2c_bus_type);
}

subsys_initcall(i2c_init);
/* We must initialize early, because some subsystems register i2c drivers
* in subsys_initcall() code, but are linked (and initialized) before i2c.
*/
postcore_initcall(i2c_init);
module_exit(i2c_exit);

/* ----------------------------------------------------
Expand Down

0 comments on commit 2170297

Please sign in to comment.