commit | d455bac223d6f9858b29a29272756243ec3d3904 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Jan 22 11:00:54 2013 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Mar 26 09:55:34 2013 +0000 |
tree | 93a1abb2c9b3e23a5389dcc1ccd9710bd91eb095 | |
parent | 794fe85da484353dedcb5dc6da14d923d0645fc3 [diff] |
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>