Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: integrator: allow Integrator to be built with highmem
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>
- Loading branch information