2023-11-03 18:04:51

by Mathieu Desnoyers

[permalink] [raw]
Subject: [PATCH] rseq uapi: Remove unused header <asm/byteorder.h>

commit bfdf4e620805 ("rseq: Remove broken uapi field layout on 32-bit little endian")
removed use of asm/byteorder.h without removing the include.

Remove the now unneeded asm/byteorder.h include.

Signed-off-by: Mathieu Desnoyers <[email protected]>
Reported-by: Steven Rostedt (Google) <[email protected]>
Cc: Steven Rostedt (Google) <[email protected]>
Cc: Peter Zijlstra (Intel) <[email protected]>
Cc: Rik van Riel <[email protected]>
---
include/uapi/linux/rseq.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/uapi/linux/rseq.h b/include/uapi/linux/rseq.h
index c233aae5eac9..2c89d421d9f4 100644
--- a/include/uapi/linux/rseq.h
+++ b/include/uapi/linux/rseq.h
@@ -11,7 +11,6 @@
*/

#include <linux/types.h>
-#include <asm/byteorder.h>

enum rseq_cpu_id_state {
RSEQ_CPU_ID_UNINITIALIZED = -1,
--
2.39.2