diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:37 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 15:39:37 -0400 |
commit | e4634d4ef04fe6d7b114b612e5b71a84187ce76a (patch) | |
tree | 5dee4fbce3bfd0d44d21a469040a3eb912fdfde3 /include/linux/ide.h | |
parent | 0ae4b3199ab1b6d511c6e0948e92049c272a346a (diff) |
ide: remove superfluous ->dma 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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 7fd1ec135510..fdec0108dba1 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -756,8 +756,6 @@ typedef struct hwif_s { | |||
756 | 756 | ||
757 | void *hwif_data; /* extra hwif data */ | 757 | void *hwif_data; /* extra hwif data */ |
758 | 758 | ||
759 | unsigned dma; | ||
760 | |||
761 | #ifdef CONFIG_BLK_DEV_IDEACPI | 759 | #ifdef CONFIG_BLK_DEV_IDEACPI |
762 | struct ide_acpi_hwif_link *acpidata; | 760 | struct ide_acpi_hwif_link *acpidata; |
763 | #endif | 761 | #endif |