[PATCH] MIPS: actually add asm/asm-prototypes.h

From: Arnd Bergmann
Date: Wed Jan 18 2017 - 11:51:52 EST


The last patch correctly modified some other files, but
I forgot to actually add the important asm/asm-prototypes.h
that makes it all work.

Fixes: ac8c8176387f ("MIPS: Fix modversions")
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
---
arch/mips/include/asm/asm-prototypes.h | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 arch/mips/include/asm/asm-prototypes.h

diff --git a/arch/mips/include/asm/asm-prototypes.h b/arch/mips/include/asm/asm-prototypes.h
new file mode 100644
index 000000000000..a160cf69bb92
--- /dev/null
+++ b/arch/mips/include/asm/asm-prototypes.h
@@ -0,0 +1,5 @@
+#include <asm/checksum.h>
+#include <asm/page.h>
+#include <asm/fpu.h>
+#include <asm-generic/asm-prototypes.h>
+#include <asm/uaccess.h>
--
2.9.0