diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2005-03-10 20:13:44 +0100 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2005-03-10 20:13:44 +0100 |
| commit | 0a04d0c2a650a357a8bfe303eb9a1a4d24379de3 (patch) | |
| tree | b2b485771f8ea0656831492a93e97eea57141ab3 /include/linux | |
| parent | 7a44e2e83b6ca915aee7b0e512bca5028c335e04 (diff) | |
[ide] kill ide_driver_t->capacity
* add private /proc/ide/hd?/capacity handlers to ide-{cd,disk,floppy}.c
* use generic proc_ide_read_capacity() for ide-{scsi,tape}.c
* kill ->capacity, default_capacity() and generic_subdriver_entries[]
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux')
| -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 7bb3a87e39ba..f839414e630e 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1098,7 +1098,6 @@ typedef struct ide_driver_s { ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); ide_startstop_t (*abort)(ide_drive_t *, struct request *rq); int (*ioctl)(ide_drive_t *, struct inode *, struct file *, unsigned int, unsigned long); - sector_t (*capacity)(ide_drive_t *); ide_proc_entry_t *proc; int (*attach)(ide_drive_t *); void (*ata_prebuilder)(ide_drive_t *); |
