Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361702
b: refs/heads/master
c: b186aff
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Jeff Garzik committed Mar 4, 2013
1 parent 9fbe2dc commit 0cfaeb9
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: e189551bf74f098bde39cb8fb72a722bb7286f99
refs/heads/master: b186affe0c9d39e4d3152cd34bffea8fe1fa17f4
13 changes: 1 addition & 12 deletions trunk/drivers/ata/pata_samsung_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,18 +661,7 @@ static struct platform_driver pata_s3c_driver = {
},
};

static int __init pata_s3c_init(void)
{
return platform_driver_probe(&pata_s3c_driver, pata_s3c_probe);
}

static void __exit pata_s3c_exit(void)
{
platform_driver_unregister(&pata_s3c_driver);
}

module_init(pata_s3c_init);
module_exit(pata_s3c_exit);
module_platform_driver_probe(pata_s3c_driver, pata_s3c_probe);

MODULE_AUTHOR("Abhilash Kesavan, <a.kesavan@samsung.com>");
MODULE_DESCRIPTION("low-level driver for Samsung PATA controller");
Expand Down

0 comments on commit 0cfaeb9

Please sign in to comment.