Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350781
b: refs/heads/master
c: 41ab724
h: refs/heads/master
i:
  350779: f5ae225
v: v3
  • Loading branch information
Ezequiel Garcia authored and Grant Likely committed Feb 5, 2013
1 parent 6ca9d04 commit f704fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 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: c0fde3ba0e03af30f9fa9cdf180442189b3f7e9c
refs/heads/master: 41ab724aac00cae42e649496c2567e9ef45dd753
13 changes: 2 additions & 11 deletions trunk/drivers/spi/spi-orion.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,20 +513,11 @@ static struct platform_driver orion_spi_driver = {
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(orion_spi_of_match_table),
},
.probe = orion_spi_probe,
.remove = orion_spi_remove,
};

static int __init orion_spi_init(void)
{
return platform_driver_probe(&orion_spi_driver, orion_spi_probe);
}
module_init(orion_spi_init);

static void __exit orion_spi_exit(void)
{
platform_driver_unregister(&orion_spi_driver);
}
module_exit(orion_spi_exit);
module_platform_driver(orion_spi_driver);

MODULE_DESCRIPTION("Orion SPI driver");
MODULE_AUTHOR("Shadi Ammouri <shadi@marvell.com>");
Expand Down

0 comments on commit f704fb4

Please sign in to comment.