diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/omap_device.h')
| -rw-r--r-- | arch/arm/plat-omap/include/plat/omap_device.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_device.h b/arch/arm/plat-omap/include/plat/omap_device.h index 3694b622c4a..25cd9ac3b09 100644 --- a/arch/arm/plat-omap/include/plat/omap_device.h +++ b/arch/arm/plat-omap/include/plat/omap_device.h @@ -101,6 +101,8 @@ struct omap_device *omap_device_build_ss(const char *pdev_name, int pdev_id,  int omap_device_register(struct omap_device *od);  int omap_early_device_register(struct omap_device *od); +void __iomem *omap_device_get_rt_va(struct omap_device *od); +  /* OMAP PM interface */  int omap_device_align_pm_lat(struct platform_device *pdev,  			     u32 new_wakeup_lat_limit);  |