git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730b8df
)
MIPS: Fix modpost error in modules attepting to use virt_addr_valid().
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 28 Dec 2012 14:34:40 +0000
(15:34 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 28 Dec 2012 16:04:31 +0000
(17:04 +0100)
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 <ralf@linux-mips.org>
No differences found