Skip to content
  • Tejun Heo's avatar
    libata: kill ata_noop_dev_select() · c9f75b04
    Tejun Heo authored
    
    
    Now that SFF assumptions are separated out from non-SFF reset
    sequence, port_ops->sff_dev_select() is no longer necessary for
    non-SFF controllers.  Kill ata_noop_dev_select() and ->sff_dev_select
    initialization from base and other non-SFF port_ops.
    
    Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
    c9f75b04