[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180703054422.12089-3-deepa.kernel@gmail.com>
Date: Mon, 2 Jul 2018 22:44:18 -0700
From: Deepa Dinamani <deepa.kernel@...il.com>
To: tglx@...utronix.de, linux-kernel@...r.kernel.org
Cc: arnd@...db.de, y2038@...ts.linaro.org, davem@...emloft.net
Subject: [PATCH 2/6] sparc: Make thread_info.h available directly
linux/compat.h was including this indirectly for
asm/compat.h dependencies.
Signed-off-by: Deepa Dinamani <deepa.kernel@...il.com>
Cc: davem@...emloft.net
---
arch/sparc/include/asm/compat.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/sparc/include/asm/compat.h b/arch/sparc/include/asm/compat.h
index 4eb51d2dae98..1b991cfcdd76 100644
--- a/arch/sparc/include/asm/compat.h
+++ b/arch/sparc/include/asm/compat.h
@@ -5,6 +5,8 @@
* Architecture specific compatibility types
*/
#include <linux/types.h>
+#include <linux/thread_info.h>
+#include <asm/thread_info.h>
#define COMPAT_USER_HZ 100
#define COMPAT_UTS_MACHINE "sparc\0\0"
--
2.17.1
Powered by blists - more mailing lists