[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170118165105.3860173-1-arnd@arndb.de>
Date: Wed, 18 Jan 2017 17:50:50 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Ralf Baechle <ralf@...ux-mips.org>
Cc: Arnd Bergmann <arnd@...db.de>, linux-mips@...ux-mips.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] MIPS: actually add asm/asm-prototypes.h
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@...db.de>
---
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
Powered by blists - more mailing lists