diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:23 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:23 -0400 |
commit | 50672e5d7486c9ab312432cbe180ac071f1de8e0 (patch) | |
tree | 23e7c391aaba0b3ddde1495bbfcb123548a50f2c /include | |
parent | 2dde7861afa23cd59db83515cb0b810b92b220aa (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 9aaad7e70593..e43570a19200 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -502,8 +502,6 @@ typedef struct hwif_s { | |||
502 | void (*maskproc)(ide_drive_t *, int); | 502 | void (*maskproc)(ide_drive_t *, int); |
503 | /* check host's drive quirk list */ | 503 | /* check host's drive quirk list */ |
504 | void (*quirkproc)(ide_drive_t *); | 504 | void (*quirkproc)(ide_drive_t *); |
505 | /* driver soft-power interface */ | ||
506 | int (*busproc)(ide_drive_t *, int); | ||
507 | #endif | 505 | #endif |
508 | u8 (*mdma_filter)(ide_drive_t *); | 506 | u8 (*mdma_filter)(ide_drive_t *); |
509 | u8 (*udma_filter)(ide_drive_t *); | 507 | u8 (*udma_filter)(ide_drive_t *); |