ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/linux/arch/m68k/include/asm/io.h b/marvell/linux/arch/m68k/include/asm/io.h
new file mode 100644
index 0000000..aabe642
--- /dev/null
+++ b/marvell/linux/arch/m68k/include/asm/io.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _M68K_IO_H
+#define _M68K_IO_H
+
+#if defined(__uClinux__) || defined(CONFIG_COLDFIRE)
+#include <asm/io_no.h>
+#else
+#include <asm/io_mm.h>
+#endif
+
+#include <asm-generic/io.h>
+
+#endif /* _M68K_IO_H */