Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94c96445 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide: remove unused ide_hwif_t.sg_mapped field

parent 906ef986
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -817,7 +817,6 @@ typedef struct hwif_s {
	unsigned	extra_ports;	/* number of extra dma ports */
	unsigned	extra_ports;	/* number of extra dma ports */


	unsigned	present    : 1;	/* this interface exists */
	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 */
	unsigned	busy	   : 1; /* serializes devices on a port */


	struct device		gendev;
	struct device		gendev;