->hold is write-only now, remove it.
v2:
* v1 missed bast-ide, palm_bk3710, ide-cs and delkin_cb host drivers.
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
 
        if (hwif->present)
                ide_unregister(i);
-       else if (!hwif->hold)
+       else
                ide_init_port_data(hwif, i);
 
        ide_init_port_hw(hwif, &hw);
 
 
        if (hwif->present)
                ide_unregister(i);
-       else if (!hwif->hold)
+       else
                ide_init_port_data(hwif, i);
 
        ide_init_port_hw(hwif, &hw);
 
 
     if (hwif->present)
        ide_unregister(i);
-    else if (!hwif->hold)
+    else
        ide_init_port_data(hwif, i);
 
     ide_init_port_hw(hwif, &hw);
 
 
        hwif->dev = dev;
 
-       /* hold should be on in all cases */
-       hwif->hold                      = 1;
-
        hwif->mmio  = 1;
 
        /* If the user has selected DDMA assisted copies,
 
 
        if (hwif->present)
                ide_unregister(i);
-       else if (!hwif->hold)
+       else
                ide_init_port_data(hwif, i);
 
        ide_init_port_hw(hwif, &hw);
 
        hwif->hwif_data = pmif;
        ide_init_port_hw(hwif, hw);
        hwif->noprobe = pmif->mediabay;
-       hwif->hold = pmif->mediabay;
        hwif->cbl = pmif->cable_80 ? ATA_CBL_PATA80 : ATA_CBL_PATA40;
        hwif->set_pio_mode = pmac_ide_set_pio_mode;
        if (pmif->kind == controller_un_ata6
 
 
        unsigned        noprobe    : 1; /* don't probe for this interface */
        unsigned        present    : 1; /* this interface exists */
-       unsigned        hold       : 1; /* this interface is always present */
        unsigned        serialized : 1; /* serialized all channel operation */
        unsigned        sharing_irq: 1; /* 1 = sharing irq with another hwif */
        unsigned        reset      : 1; /* reset after probe */