git: 2be88e2cca2c - main - linux(4): Follow style(9), don't include both sys/param.h and sys/types.h

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Fri, 18 Aug 2023 12:58:48 UTC
The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=2be88e2cca2c9aa3d68f04347de6c1ef31b16cf0

commit 2be88e2cca2c9aa3d68f04347de6c1ef31b16cf0
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-08-18 12:58:32 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-08-18 12:58:32 +0000

    linux(4): Follow style(9), don't include both sys/param.h and sys/types.h
---
 sys/compat/linux/linux_util.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/compat/linux/linux_util.c b/sys/compat/linux/linux_util.c
index ad6b6fda644e..020eb57ea68e 100644
--- a/sys/compat/linux/linux_util.c
+++ b/sys/compat/linux/linux_util.c
@@ -32,7 +32,6 @@
  */
 
 #include <sys/param.h>
-#include <sys/types.h>
 #include <sys/bus.h>
 #include <sys/conf.h>
 #include <sys/fcntl.h>