diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2004-09-22 23:00:05 +0200 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2004-09-22 23:00:05 +0200 |
| commit | e362f2ad13f78a9681fedaf5e8531817a113ca0e (patch) | |
| tree | c1de62c470ca0194e9afa05afabdeb1274162eef /include | |
| parent | fc5e1865c2941af7ca45692abe69ff31564f20ce (diff) | |
[ide] remove ide_hwif_t->sg_dma_active
It is always equal to zero.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>
Diffstat (limited to 'include')
| -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 6bdf3302f4be..590f4ed1069e 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -929,7 +929,6 @@ typedef struct hwif_s { struct scatterlist *sg_table; int sg_nents; /* Current number of entries in it */ int sg_dma_direction; /* dma transfer direction */ - int sg_dma_active; /* is it in use */ /* data phase of the active command (currently only valid for PIO/DMA) */ int data_phase; |
