diff options
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 3800084a1e7a..f4014179d601 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
@@ -1704,9 +1704,6 @@ static int __init _populate_mpu_rt_base(struct omap_hwmod *oh, void *data) | |||
1704 | return 0; | 1704 | return 0; |
1705 | 1705 | ||
1706 | oh->_mpu_rt_va = _find_mpu_rt_base(oh, oh->_mpu_port_index); | 1706 | oh->_mpu_rt_va = _find_mpu_rt_base(oh, oh->_mpu_port_index); |
1707 | if (!oh->_mpu_rt_va) | ||
1708 | pr_warning("omap_hwmod: %s found no _mpu_rt_va for %s\n", | ||
1709 | __func__, oh->name); | ||
1710 | 1707 | ||
1711 | return 0; | 1708 | return 0; |
1712 | } | 1709 | } |