diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-10 16:39:33 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-10 16:39:33 -0400 |
commit | 05236ea6df7419f0f37cf9603cfee265cfce5832 (patch) | |
tree | 42aa04bc4106f80dd3f09895909fb6495c55a9cd /include/linux/ide.h | |
parent | 170dc5b085e688639aa2b7acd1b907e2e1c7a48a (diff) |
ide: move ioctls handling to ide-ioctls.c
* Move ioctls handling to ide-ioctls.c
(except HDIO_DRIVE_TASKFILE for now).
* Make ide_{cmd,task}() static.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-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 64624b9b645c..40102bd50a70 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1128,8 +1128,6 @@ int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *, u16); | |||
1128 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); | 1128 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); |
1129 | 1129 | ||
1130 | int ide_taskfile_ioctl(ide_drive_t *, unsigned int, unsigned long); | 1130 | int ide_taskfile_ioctl(ide_drive_t *, unsigned int, unsigned long); |
1131 | int ide_cmd_ioctl(ide_drive_t *, unsigned int, unsigned long); | ||
1132 | int ide_task_ioctl(ide_drive_t *, unsigned int, unsigned long); | ||
1133 | 1131 | ||
1134 | extern int ide_driveid_update(ide_drive_t *); | 1132 | extern int ide_driveid_update(ide_drive_t *); |
1135 | extern int ide_config_drive_speed(ide_drive_t *, u8); | 1133 | extern int ide_config_drive_speed(ide_drive_t *, u8); |