Revert "Revert "driver core: add a min_align_mask field to struct device_dma_parameters""

This reverts commit 0ddd59c5da.

Bring back the commit in 5.10.35 that broke the kabi.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Iec8941b9cb1766c585a9b0ddb5bf55051235d5e1
This commit is contained in:
Greg Kroah-Hartman
2021-05-10 14:20:31 +02:00
committed by Todd Kjos
parent 4d55905007
commit 20fa297001
2 changed files with 17 additions and 0 deletions

View File

@@ -291,6 +291,7 @@ struct device_dma_parameters {
* sg limitations.
*/
unsigned int max_segment_size;
unsigned int min_align_mask;
unsigned long segment_boundary_mask;
};