Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2023 14:47:25 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 496a9a4f6071 - main - linux(4): Cleanup includes under x86/linux
Message-ID:  <202302141447.31EElPg0072587@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=496a9a4f60716b3ba236c3f20639da03fefe3a3f

commit 496a9a4f60716b3ba236c3f20639da03fefe3a3f
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-14 14:46:33 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-02-14 14:46:33 +0000

    linux(4): Cleanup includes under x86/linux
    
    Cleanup unneeded includes, sort the rest according to style(9).
    No functional changes.
    
    MFC after:              2 weeks
---
 sys/x86/linux/linux_dummy_x86.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/x86/linux/linux_dummy_x86.c b/sys/x86/linux/linux_dummy_x86.c
index 54799c1f0df2..92905600742e 100644
--- a/sys/x86/linux/linux_dummy_x86.c
+++ b/sys/x86/linux/linux_dummy_x86.c
@@ -30,9 +30,8 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
-#include <sys/sdt.h>
-#include <sys/systm.h>
 #include <sys/proc.h>
+#include <sys/sdt.h>
 
 #ifdef COMPAT_LINUX32
 #include <machine/../linux32/linux.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302141447.31EElPg0072587>