projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906ef98
)
ide: remove unused ide_hwif_t.sg_mapped field
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Tue, 6 Jan 2009 16:20:59 +0000
(17:20 +0100)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Tue, 6 Jan 2009 16:20:59 +0000
(17:20 +0100)
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
include/linux/ide.h
patch
|
blob
|
history
diff --git
a/include/linux/ide.h
b/include/linux/ide.h
index a7dbfd8571152f39d9706128c4e51fd9eeca1538..ebc22a836520efb84d11f42d2df0b2b2f65d79dd 100644
(file)
--- 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;