Skip to content
Commit d3ce8843 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Fix modpost error in modules attepting to use virt_addr_valid().



ERROR: "min_low_pfn" [drivers/block/aoe/aoe.ko] undefined!

Fixed by moving the implementation of virt_addr_valid() into the kernel
proper and exporting it which removes the pains of an inline or macro
implementation.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 730b8dfe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment