diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 491b4c0ca633..46a567261ccc 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -921,6 +921,7 @@ struct device { | |||
921 | #ifdef CONFIG_NUMA | 921 | #ifdef CONFIG_NUMA |
922 | int numa_node; /* NUMA node this device is close to */ | 922 | int numa_node; /* NUMA node this device is close to */ |
923 | #endif | 923 | #endif |
924 | const struct dma_map_ops *dma_ops; | ||
924 | u64 *dma_mask; /* dma mask (if dma'able device) */ | 925 | u64 *dma_mask; /* dma mask (if dma'able device) */ |
925 | u64 coherent_dma_mask;/* Like dma_mask, but for | 926 | u64 coherent_dma_mask;/* Like dma_mask, but for |
926 | alloc_coherent mappings as | 927 | alloc_coherent mappings as |