]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: modules: don't export cpu_set_pte_ext when !MMU
authorWill Deacon <will.deacon@arm.com>
Tue, 22 Jan 2013 11:00:54 +0000 (11:00 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 26 Mar 2013 09:55:34 +0000 (09:55 +0000)
commit56ec795a075bdb972fad4e36209aed7efe6f179d
tree93a1abb2c9b3e23a5389dcc1ccd9710bd91eb095
parent289aa611ba7ba93b12ebbe8c9f3602f1458dd078
ARM: modules: don't export cpu_set_pte_ext when !MMU

cpu_set_pte_ext is only guaranteed to be defined when CONFIG_MMU, so
don't export it to modules otherwise.

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/mm/proc-syms.c