diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-01-06 17:20:59 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-01-06 17:20:59 +0100 |
commit | 94c96445f32c16cfdc398b20b7e78945ab7e35f9 (patch) | |
tree | a39761dfe8f90014c6ee3dfd7022d17bf6b1d2a3 /include/linux/ide.h | |
parent | 906ef986a71d541a726550fa40dcbc5c356f810e (diff) | |
download | blackbird-obmc-linux-94c96445f32c16cfdc398b20b7e78945ab7e35f9.tar.gz blackbird-obmc-linux-94c96445f32c16cfdc398b20b7e78945ab7e35f9.zip |
ide: remove unused ide_hwif_t.sg_mapped field
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 a7dbfd857115..ebc22a836520 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -817,7 +817,6 @@ typedef struct hwif_s { unsigned extra_ports; /* number of extra dma ports */ unsigned present : 1; /* this interface exists */ - unsigned sg_mapped : 1; /* sg_table and sg_nents are ready */ unsigned busy : 1; /* serializes devices on a port */ struct device gendev; |