aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ioat/ioat_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ioat/ioat_internal.h')
-rw-r--r--sys/dev/ioat/ioat_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ioat/ioat_internal.h b/sys/dev/ioat/ioat_internal.h
index 8bcf77092b9f..4ec738e350e7 100644
--- a/sys/dev/ioat/ioat_internal.h
+++ b/sys/dev/ioat/ioat_internal.h
@@ -343,8 +343,6 @@ struct ioat_descriptor {
struct ioat_raw_hw_descriptor *raw;
} u;
uint32_t id;
- uint32_t length;
- enum validate_flags *validate_result;
bus_addr_t hw_desc_bus_addr;
};