From: Ralf Baechle Date: Fri, 28 Dec 2012 14:34:40 +0000 (+0100) Subject: MIPS: Fix modpost error in modules attepting to use virt_addr_valid(). X-Git-Tag: v3.8-rc3~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ce88431892b703b04769566338a89eda6b0477;p=pandora-kernel.git 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: Ralf Baechle --- Reading git-diff-tree failed