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

This reverts commit 2e8b3b0b8e.

Fixes the ABI issues in 5.10.35 that at the moment, we can't handle due
to the KABI freeze.  These are not patches that mean much for android
systems, and will be reverted the next KABI "reset" point.

Bug: 161946584
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I03a41fc3ba455ded7274f2a6b5566bb369a75a86
This commit is contained in:
Greg Kroah-Hartman
2021-05-08 13:01:42 +02:00
parent 17ba7dfe20
commit 0ddd59c5da
2 changed files with 0 additions and 17 deletions

View File

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