mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
d6cfaaba1a
The correct way for a driver to specify the coherent DMA mask is not to directly access the field in the struct device, but to use dma_set_coherent_mask(). Only arch and bus code should access this member directly. Convert all direct write accesses to using the correct API. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
---|---|---|
.. | ||
drm | ||
host1x | ||
vga | ||
Makefile |