diff options
| author | 2022-02-28 07:45:41 +0100 | |
|---|---|---|
| committer | 2022-02-28 07:45:41 +0100 | |
| commit | 4a248f85b3dd8e010ff8335755c927130e9b0764 (patch) | |
| tree | 751b9b9404881bb098213427427e4f9e30de5641 /include/linux/hyperv.h | |
| parent | ALSA: hda/realtek: Make use of the helper component_compare_dev_name (diff) | |
| parent | Linux 5.17-rc6 (diff) | |
Merge 5.17-rc6 into driver-core-next
We need the driver core fix in here as well for future changes.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
| -rw-r--r-- | include/linux/hyperv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index f565a8938836..fe2e0179ed51 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -1262,6 +1262,7 @@ struct hv_device { struct vmbus_channel *channel; struct kset *channels_kset; struct device_dma_parameters dma_parms; + u64 dma_mask; /* place holder to keep track of the dir for hv device in debugfs */ struct dentry *debug_dir; |
