mirror of
https://github.com/lkl/linux.git
synced 2025-12-21 17:13:04 +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>