Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176018
b: refs/heads/master
c: 956266d
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz committed Dec 13, 2009
1 parent dcfc5b9 commit 37a7377
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0c41839e98272a317d4af4dfcb54b599b2c3dcba
refs/heads/master: 956266da703e3885924fe21bfc20f32d8f875474
3 changes: 2 additions & 1 deletion trunk/drivers/mfd/ab4500-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ static void __exit ab4500_exit(void)
spi_unregister_driver(&ab4500_driver);
}

subsys_initcall_sync(ab4500_init);
subsys_initcall(ab4500_init);
module_exit(ab4500_exit);

MODULE_AUTHOR("Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com");
MODULE_DESCRIPTION("AB4500 core driver");
Expand Down

0 comments on commit 37a7377

Please sign in to comment.