Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328191
b: refs/heads/master
c: 9712ba0
h: refs/heads/master
i:
  328189: 6aa3d78
  328187: 0b06f6e
  328183: 6de4660
  328175: 83bdc6b
  328159: bb94ea3
  328127: 63a960d
  328063: cd3e41c
  327935: 3ebd1de
  327679: 9dd685f
v: v3
  • Loading branch information
Sachin Kamat authored and Gustavo Padovan committed Sep 8, 2012
1 parent 41ddc92 commit ac852d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 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: f91c8468df97d0ac18132eb38283524a74317901
refs/heads/master: 9712ba0bec83579ae63e4d61f79e18c7d0d9d3fd
16 changes: 1 addition & 15 deletions trunk/drivers/bluetooth/btwilink.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,21 +358,7 @@ static struct platform_driver btwilink_driver = {
},
};

/* ------- Module Init/Exit interfaces ------ */
static int __init btwilink_init(void)
{
BT_INFO("Bluetooth Driver for TI WiLink - Version %s", VERSION);

return platform_driver_register(&btwilink_driver);
}

static void __exit btwilink_exit(void)
{
platform_driver_unregister(&btwilink_driver);
}

module_init(btwilink_init);
module_exit(btwilink_exit);
module_platform_driver(btwilink_driver);

/* ------ Module Info ------ */

Expand Down

0 comments on commit ac852d2

Please sign in to comment.