]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Fix build after dynamic PMB rework
authorMatt Fleming <matt@console-pimps.org>
Mon, 22 Mar 2010 22:09:58 +0000 (22:09 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 23 Mar 2010 04:37:03 +0000 (13:37 +0900)
commit497a5c949a62175ad90f558aac39a828e726b21d
tree3bd2bd278a5c5a7ef45a77ae8b000616ec6f1e40
parentff6f0ddb10fb25ba2408e74175764dcec8dd87a7
sh: Fix build after dynamic PMB rework

set_pmb_entry() is now only used by a function that is wrapped in #ifdef
CONFIG_PM, so wrap set_pmb_entry() in CONFIG_PM too.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/pmb.c