diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-05-30 19:49:12 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-05-30 19:49:12 -0400 |
commit | 0cba632b737fc2de76934137b8dccf92d9fa4d19 (patch) | |
tree | f2de8c9152ca956aaaaad57ddbe9fc373d4b39d7 /drivers/scsi/ata_piix.c | |
parent | 780a87f71841932db8dbb0f1eb9daf3a973a6bd6 (diff) |
libata: doc updates
Diffstat (limited to 'drivers/scsi/ata_piix.c')
-rw-r--r-- | drivers/scsi/ata_piix.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index 3867f91ef8c7..c2b00c9d40a8 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c | |||
@@ -663,15 +663,6 @@ static int piix_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) | |||
663 | return ata_pci_init_one(pdev, port_info, n_ports); | 663 | return ata_pci_init_one(pdev, port_info, n_ports); |
664 | } | 664 | } |
665 | 665 | ||
666 | /** | ||
667 | * piix_init - | ||
668 | * | ||
669 | * LOCKING: | ||
670 | * | ||
671 | * RETURNS: | ||
672 | * | ||
673 | */ | ||
674 | |||
675 | static int __init piix_init(void) | 666 | static int __init piix_init(void) |
676 | { | 667 | { |
677 | int rc; | 668 | int rc; |
@@ -687,13 +678,6 @@ static int __init piix_init(void) | |||
687 | return 0; | 678 | return 0; |
688 | } | 679 | } |
689 | 680 | ||
690 | /** | ||
691 | * piix_exit - | ||
692 | * | ||
693 | * LOCKING: | ||
694 | * | ||
695 | */ | ||
696 | |||
697 | static void __exit piix_exit(void) | 681 | static void __exit piix_exit(void) |
698 | { | 682 | { |
699 | pci_unregister_driver(&piix_pci_driver); | 683 | pci_unregister_driver(&piix_pci_driver); |