Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307635
b: refs/heads/master
c: 9fdca9d
h: refs/heads/master
i:
  307633: 8dfe01a
  307631: ae206e1
v: v3
  • Loading branch information
Felipe Balbi authored and Shubhrajyoti D committed Mar 19, 2012
1 parent c666b38 commit 3071905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 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: 7d6b6d83139d0eab087645edc8c3f6b4b3cef34d
refs/heads/master: 9fdca9dfe093c76fe1ac1a09888ba9679d46996a
15 changes: 1 addition & 14 deletions trunk/drivers/spi/spi-omap2-mcspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1291,18 +1291,5 @@ static struct platform_driver omap2_mcspi_driver = {
.remove = __devexit_p(omap2_mcspi_remove),
};


static int __init omap2_mcspi_init(void)
{
return platform_driver_register(&omap2_mcspi_driver);
}
subsys_initcall(omap2_mcspi_init);

static void __exit omap2_mcspi_exit(void)
{
platform_driver_unregister(&omap2_mcspi_driver);

}
module_exit(omap2_mcspi_exit);

module_platform_driver(omap2_mcspi_driver);
MODULE_LICENSE("GPL");

0 comments on commit 3071905

Please sign in to comment.