summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/mach-common/mach/romimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/mach-common/mach/romimage.h')
-rw-r--r--arch/sh/include/mach-common/mach/romimage.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sh/include/mach-common/mach/romimage.h b/arch/sh/include/mach-common/mach/romimage.h
new file mode 100644
index 0000000000..1915714263
--- /dev/null
+++ b/arch/sh/include/mach-common/mach/romimage.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifdef __ASSEMBLY__
+
+/* do nothing here by default */
+
+#else /* __ASSEMBLY__ */
+
+static inline void mmcif_update_progress(int nr)
+{
+}
+
+#endif /* __ASSEMBLY__ */