lkml.org 
[lkml]   [2023]   [Nov]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] rseq uapi: Remove unused header <asm/byteorder.h>
Date
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 <mathieu.desnoyers@efficios.com>
Reported-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Cc: Steven Rostedt (Google) <rostedt@goodmis.org>
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
---
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
\
 
 \ /
  Last update: 2023-11-20 13:48    [W:0.139 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site