aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/omap_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/omap_device.c')
-rw-r--r--arch/arm/plat-omap/omap_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/omap_device.c b/arch/arm/plat-omap/omap_device.c
index cd90bedd9306..ef4ffc21bbae 100644
--- a/arch/arm/plat-omap/omap_device.c
+++ b/arch/arm/plat-omap/omap_device.c
@@ -426,7 +426,7 @@ static int _omap_device_notifier_call(struct notifier_block *nb,
426 * return the context loss counter for that hwmod, otherwise return 426 * return the context loss counter for that hwmod, otherwise return
427 * zero. 427 * zero.
428 */ 428 */
429u32 omap_device_get_context_loss_count(struct platform_device *pdev) 429int omap_device_get_context_loss_count(struct platform_device *pdev)
430{ 430{
431 struct omap_device *od; 431 struct omap_device *od;
432 u32 ret = 0; 432 u32 ret = 0;