]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/plat-omap/omap_device.c
Merge branch 'fixes-modulesplit' into fixes
[karo-tx-linux.git] / arch / arm / plat-omap / omap_device.c
index cd90bedd9306fb6389d5f9eef0d6061db1c02076..e8d98693d2dd1fd0ac11a175510738cae8419c72 100644 (file)
@@ -78,6 +78,7 @@
 #undef DEBUG
 
 #include <linux/kernel.h>
+#include <linux/export.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
 #include <linux/err.h>
@@ -426,7 +427,7 @@ static int _omap_device_notifier_call(struct notifier_block *nb,
  * return the context loss counter for that hwmod, otherwise return
  * zero.
  */
-u32 omap_device_get_context_loss_count(struct platform_device *pdev)
+int omap_device_get_context_loss_count(struct platform_device *pdev)
 {
        struct omap_device *od;
        u32 ret = 0;