Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347150
b: refs/heads/master
c: a90019e
h: refs/heads/master
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Artem Bityutskiy committed Nov 15, 2012
1 parent b22a4f2 commit 95e481c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 2f25ae97fe4b424d88d765797c46456c7c0f1bae
refs/heads/master: a90019e25e0caed04d3704235b5ea984aaa28da8
13 changes: 1 addition & 12 deletions trunk/drivers/mtd/devices/spear_smi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,18 +1094,7 @@ static struct platform_driver spear_smi_driver = {
.probe = spear_smi_probe,
.remove = __devexit_p(spear_smi_remove),
};

static int spear_smi_init(void)
{
return platform_driver_register(&spear_smi_driver);
}
module_init(spear_smi_init);

static void spear_smi_exit(void)
{
platform_driver_unregister(&spear_smi_driver);
}
module_exit(spear_smi_exit);
module_platform_driver(spear_smi_driver);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Ashish Priyadarshi, Shiraz Hashim <shiraz.hashim@st.com>");
Expand Down

0 comments on commit 95e481c

Please sign in to comment.