"README.md" did not exist on "a85d7cca1204f2dba86d2f61693f0fe8c48f0fa5"
ide: remove dead/obsolete ->busproc method
->busproc method is used by HDIO_SET_BUSSTATE ioctl but it has no chance
of working as intended (in 2.4.x days) because to issue an ioctl there
is a device node needed and:
- for BUSSTATE_TRISTATE+OFF it is too late (devices are already gone)
- for BUSSTATE_TRISTATE+ON it is too early (devices are not registered yet)
Just remove ->busproc method for now (it was only implemented by hpt366,
siimage and tc86c001 host drivers).
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by:
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Showing
- drivers/ide/ide.c 0 additions, 3 deletionsdrivers/ide/ide.c
- drivers/ide/pci/hpt366.c 0 additions, 59 deletionsdrivers/ide/pci/hpt366.c
- drivers/ide/pci/sgiioc4.c 0 additions, 1 deletiondrivers/ide/pci/sgiioc4.c
- drivers/ide/pci/siimage.c 0 additions, 43 deletionsdrivers/ide/pci/siimage.c
- drivers/ide/pci/tc86c001.c 0 additions, 36 deletionsdrivers/ide/pci/tc86c001.c
- include/linux/ide.h 0 additions, 2 deletionsinclude/linux/ide.h
Loading
Please register or sign in to comment