Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344423
b: refs/heads/master
c: 9a99e47
h: refs/heads/master
i:
  344421: bcd7fa8
  344419: f074c80
  344415: b9509cb
v: v3
  • Loading branch information
Brian Norris authored and Jeff Garzik committed Dec 3, 2012
1 parent 32b3a94 commit f56e995
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: 941c77fd0f2f6f5964a3f9fba4e8779714faf832
refs/heads/master: 9a99e4768a6dcfa50d1cda1b2f55c9ea5c4213cc
13 changes: 1 addition & 12 deletions trunk/drivers/ata/ahci_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,18 +336,7 @@ static struct platform_driver ahci_driver = {
},
.id_table = ahci_devtype,
};

static int __init ahci_init(void)
{
return platform_driver_register(&ahci_driver);
}
module_init(ahci_init);

static void __exit ahci_exit(void)
{
platform_driver_unregister(&ahci_driver);
}
module_exit(ahci_exit);
module_platform_driver(ahci_driver);

MODULE_DESCRIPTION("AHCI SATA platform driver");
MODULE_AUTHOR("Anton Vorontsov <avorontsov@ru.mvista.com>");
Expand Down

0 comments on commit f56e995

Please sign in to comment.