Skip to content

Commit

Permalink
ide: remove unused ide_hwif_t.sg_mapped field
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 6, 2009
1 parent 906ef98 commit 94c9644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 94c9644

Please sign in to comment.