diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-02 16:07:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-02 16:07:03 -0700 |
commit | 317604633eface11cb7452298fa44a34624633dc (patch) | |
tree | 00d6683fc2d379f47961c1e0930b67232e901994 /drivers/scsi/ata_piix.c | |
parent | 0fd56f67890acf7904c83e7de6cb71723eb1c962 (diff) | |
parent | d7aaf48128ec7fcefcee92ea22833afc1a80e268 (diff) | |
download | op-kernel-dev-317604633eface11cb7452298fa44a34624633dc.zip op-kernel-dev-317604633eface11cb7452298fa44a34624633dc.tar.gz |
Merge of 'docs' branch from
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
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 54c5234..3be5464 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c @@ -665,15 +665,6 @@ static int piix_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) return ata_pci_init_one(pdev, port_info, n_ports); } -/** - * piix_init - - * - * LOCKING: - * - * RETURNS: - * - */ - static int __init piix_init(void) { int rc; @@ -689,13 +680,6 @@ static int __init piix_init(void) return 0; } -/** - * piix_exit - - * - * LOCKING: - * - */ - static void __exit piix_exit(void) { pci_unregister_driver(&piix_pci_driver); |