aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/devmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/devmap.h')
-rw-r--r--sys/arm/include/devmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/include/devmap.h b/sys/arm/include/devmap.h
index 39fcf7fda9d3..d05c781dc8cc 100644
--- a/sys/arm/include/devmap.h
+++ b/sys/arm/include/devmap.h
@@ -37,8 +37,6 @@ struct arm_devmap_entry {
vm_offset_t pd_va; /* virtual address */
vm_paddr_t pd_pa; /* physical address */
vm_size_t pd_size; /* size of region */
- vm_prot_t pd_prot; /* protection code */
- int pd_cache; /* cache attributes */
};
/*