diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-15 15:21:48 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-15 15:21:48 -0400 |
commit | ed4af48fd660176680da905817f6e40d51436e4c (patch) | |
tree | 6d27fe51ce299b84de1cd7cc64eea3ee55660bef /include/linux | |
parent | 9a410e79b552bacb4481f85618aa7333b7776ed7 (diff) |
ide: move IRQ unmasking out from ->tf_load method
Move IRQ unmasking out from ->tf_load method to its users.
There should be no functional changes caused by this patch
(SELECT_MASK() is NOP except for hpt366, icside and sgiioc4).
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index d4a910cdb907..56d0bc2dffee 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -973,6 +973,7 @@ typedef struct ide_task_s { | |||
973 | void ide_tf_dump(const char *, struct ide_taskfile *); | 973 | void ide_tf_dump(const char *, struct ide_taskfile *); |
974 | 974 | ||
975 | extern void SELECT_DRIVE(ide_drive_t *); | 975 | extern void SELECT_DRIVE(ide_drive_t *); |
976 | void SELECT_MASK(ide_drive_t *, int); | ||
976 | 977 | ||
977 | extern int drive_is_ready(ide_drive_t *); | 978 | extern int drive_is_ready(ide_drive_t *); |
978 | 979 | ||