Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328266
b: refs/heads/master
c: 058576d
h: refs/heads/master
v: v3
  • Loading branch information
Syam Sidhardhan authored and Samuel Ortiz committed Sep 24, 2012
1 parent 92f5010 commit 1a4bf14
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: 767f19ae698e535f308663c48245fa951abebe20
refs/heads/master: 058576ddfb31762bfce70086a3c12678a97c4d75
16 changes: 1 addition & 15 deletions trunk/drivers/nfc/nfcwilink.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,21 +604,7 @@ static struct platform_driver nfcwilink_driver = {
},
};

/* ------- Module Init/Exit interfaces ------ */
static int __init nfcwilink_init(void)
{
printk(KERN_INFO "NFC Driver for TI WiLink");

return platform_driver_register(&nfcwilink_driver);
}

static void __exit nfcwilink_exit(void)
{
platform_driver_unregister(&nfcwilink_driver);
}

module_init(nfcwilink_init);
module_exit(nfcwilink_exit);
module_platform_driver(nfcwilink_driver);

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

Expand Down

0 comments on commit 1a4bf14

Please sign in to comment.