diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-01 17:09:16 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:16 -0500 |
commit | da6f4c7f6fe02f92aff72071ed541f59e5880398 (patch) | |
tree | 662bca91fba0afa67ffbbec93363416b7516b182 /include | |
parent | 2eae6ebbf99a083687466c010e3129fede9cdb4b (diff) |
ide: make wait_drive_not_busy() static again
After commit 7267c3377443322588cddaf457cf106839a60463
wait_drive_not_busy() can become static again.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
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 c4d58b0e6509..7072c535f7cf 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -986,8 +986,6 @@ ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); | |||
986 | 986 | ||
987 | void task_end_request(ide_drive_t *, struct request *, u8); | 987 | void task_end_request(ide_drive_t *, struct request *, u8); |
988 | 988 | ||
989 | u8 wait_drive_not_busy(ide_drive_t *); | ||
990 | |||
991 | int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *, u16); | 989 | int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *, u16); |
992 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); | 990 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); |
993 | 991 | ||