diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2005-01-07 05:19:40 +0100 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2005-01-07 05:19:40 +0100 |
| commit | ea46e05ab5eddaea64fa89e62a1367eb11893bb9 (patch) | |
| tree | bcc0b4f38f14fe2a380e47f3a187f78275c87083 /include/linux/ide.h | |
| parent | e04fb1300cc3576e7c52c2785f2bf84d4f7718d1 (diff) | |
[ide] kill write-only ide_driver_t->sense
also kill default_sense() in ide.c
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
| -rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index f11d04d235f2..a03aa83488dd 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1097,7 +1097,6 @@ typedef struct ide_driver_s { int (*cleanup)(ide_drive_t *); ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); int (*end_request)(ide_drive_t *, int, int); - u8 (*sense)(ide_drive_t *, const char *, u8); ide_startstop_t (*error)(ide_drive_t *, const char *, u8); ide_startstop_t (*abort)(ide_drive_t *, const char *); int (*ioctl)(ide_drive_t *, struct inode *, struct file *, unsigned int, unsigned long); |
