amba: tegra-ahb: Fix warning w/o PM_SLEEP
Fix build warning w/o PM_SLEEP. Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
committed by
Stephen Warren
parent
6e25e1b178
commit
f110174910
@@ -156,6 +156,7 @@ int tegra_ahb_enable_smmu(struct device_node *dn)
|
|||||||
EXPORT_SYMBOL(tegra_ahb_enable_smmu);
|
EXPORT_SYMBOL(tegra_ahb_enable_smmu);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_PM_SLEEP
|
||||||
static int tegra_ahb_suspend(struct device *dev)
|
static int tegra_ahb_suspend(struct device *dev)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
@@ -175,6 +176,7 @@ static int tegra_ahb_resume(struct device *dev)
|
|||||||
gizmo_writel(ahb, ahb->ctx[i], tegra_ahb_gizmo[i]);
|
gizmo_writel(ahb, ahb->ctx[i], tegra_ahb_gizmo[i]);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static UNIVERSAL_DEV_PM_OPS(tegra_ahb_pm,
|
static UNIVERSAL_DEV_PM_OPS(tegra_ahb_pm,
|
||||||
tegra_ahb_suspend,
|
tegra_ahb_suspend,
|
||||||
|
Reference in New Issue
Block a user