diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2005-01-07 06:11:38 +0100 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2005-01-07 06:11:38 +0100 |
| commit | 11b005b55f79cb7bc11646c6e2152428a7a746f8 (patch) | |
| tree | 8ec8fcd1b3505b68e07270d94a3ad2a9d58c3b3d /include | |
| parent | dec99512e81785a6f1b452f8c9554f9823c497e0 (diff) | |
[ide] kill current_capacity()
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ide.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index df444c08d1ab..c863ab98f1e2 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1188,11 +1188,6 @@ extern void ide_fixstring(u8 *, const int, const int); extern int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); /* - * Return the current idea about the total capacity of this drive. - */ -extern sector_t current_capacity (ide_drive_t *drive); - -/* * Start a reset operation for an IDE interface. * The caller should return immediately after invoking this. */ |
