]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/sata_uli.c
/spare/repo/netdev-2.6 branch 'e100'
[~andy/linux] / drivers / scsi / sata_uli.c
index 0bff4f475f262c5c40254aecf85bd6a7137bd04e..eb202a73bc0edb9b79a972cd092ac0dc606c21be 100644 (file)
@@ -113,6 +113,7 @@ static struct ata_port_operations uli_ops = {
 
        .port_start             = ata_port_start,
        .port_stop              = ata_port_stop,
+       .host_stop              = ata_host_stop,
 };
 
 static struct ata_port_info uli_port_info = {
@@ -213,7 +214,7 @@ static int uli_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
                rc = -ENOMEM;
                goto err_out_regions;
        }
-       
+
        switch (board_idx) {
        case uli_5287:
                probe_ent->port[0].scr_addr = ULI5287_BASE;