diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-09-14 10:02:06 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-10-16 11:05:06 +0200 |
commit | bb879463b5346302a3891ebb7406247c53cebac1 (patch) | |
tree | 0802c807c39b5a9c41d8bf0e618f9910b0e028d5 /include/linux/ide.h | |
parent | fd5d806266935179deda1502101624832eacd01f (diff) |
remove ide_get_error_location()
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/ide.h')
-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 02a27e8cbad..234fa3df24f 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1093,11 +1093,6 @@ extern ide_startstop_t ide_do_reset (ide_drive_t *); extern void ide_init_drive_cmd (struct request *rq); /* - * this function returns error location sector offset in case of a write error - */ -extern u64 ide_get_error_location(ide_drive_t *, char *); - -/* * "action" parameter type for ide_do_drive_cmd() below. */ typedef enum { |