diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:45 -0500 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:45 -0500 |
| commit | b60acab1e74734fc60ee5efd281ecff93f8e993b (patch) | |
| tree | 8af5e28f1da79063c135bfa0fbea8567de3fbc09 /include/linux/ide.h | |
| parent | 57b552757314cf3f2253f07629f49016be6fa6c3 (diff) | |
ide: remove unused ->auto_poll field from ide_hwif_t
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
| -rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 70209148ef..7f53c6c6df 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -607,7 +607,6 @@ typedef struct hwif_s { | |||
| 607 | unsigned serialized : 1; /* serialized all channel operation */ | 607 | unsigned serialized : 1; /* serialized all channel operation */ |
| 608 | unsigned sharing_irq: 1; /* 1 = sharing irq with another hwif */ | 608 | unsigned sharing_irq: 1; /* 1 = sharing irq with another hwif */ |
| 609 | unsigned reset : 1; /* reset after probe */ | 609 | unsigned reset : 1; /* reset after probe */ |
| 610 | unsigned auto_poll : 1; /* supports nop auto-poll */ | ||
| 611 | unsigned sg_mapped : 1; /* sg_table and sg_nents are ready */ | 610 | unsigned sg_mapped : 1; /* sg_table and sg_nents are ready */ |
| 612 | unsigned mmio : 1; /* host uses MMIO */ | 611 | unsigned mmio : 1; /* host uses MMIO */ |
| 613 | 612 | ||
