mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-04 12:13:05 +09:00
This fixes Integrator builds with highmem enabled; we need to translate from 'struct page' to a DMA address, and this is not possible without __pfn_to_bus(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>