From: Bartlomiej Zolnierkiewicz Date: Tue, 6 Jan 2009 16:20:59 +0000 (+0100) Subject: ide: remove unused ide_hwif_t.sg_mapped field X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=94c96445f32c16cfdc398b20b7e78945ab7e35f9;p=mv-sheeva.git ide: remove unused ide_hwif_t.sg_mapped field Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/include/linux/ide.h b/include/linux/ide.h index a7dbfd85711..ebc22a83652 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;