Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163882
b: refs/heads/master
c: 5d3f333
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Ben Dooks committed Sep 19, 2009
1 parent 6eede41 commit 173fd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b0999cc55bd49e315ec82d2fb770a0d9ef7cbed8
refs/heads/master: 5d3f33318a6c1f79f89e3dd2c7ddc11e0da14895
3 changes: 1 addition & 2 deletions trunk/drivers/i2c/busses/i2c-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,13 +609,12 @@ static int __init i2c_adap_imx_init(void)
{
return platform_driver_probe(&i2c_imx_driver, i2c_imx_probe);
}
subsys_initcall(i2c_adap_imx_init);

static void __exit i2c_adap_imx_exit(void)
{
platform_driver_unregister(&i2c_imx_driver);
}

module_init(i2c_adap_imx_init);
module_exit(i2c_adap_imx_exit);

MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 173fd6c

Please sign in to comment.