ARM: 7675/1: amba: tegra-ahb: Fix build error w/ PM_SLEEP w/o PM_RUNTIME
authorHiroshi Doyu <hdoyu@nvidia.com>
Fri, 15 Mar 2013 06:54:11 +0000 (07:54 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 15 Mar 2013 17:20:02 +0000 (17:20 +0000)
commit2c36af0e559c0a0674ad846527116df41aa5f612
treeaf49f2fdc04f2f971ba664cf31e20bae4393666f
parentf7db706b132f11c79ae1d74b2382e0926cf31644
ARM: 7675/1: amba: tegra-ahb: Fix build error w/ PM_SLEEP w/o PM_RUNTIME

Make this depend on CONFIG_PM. This protection is necessary to not
cause any build errors with any combination of PM features especially
when supporting a new SoC where each PM features are being enabled
one-by-one during its depelopment.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/amba/tegra-ahb.c