Date: Wed, 21 Sep 2022 17:29:48 GMT From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8ea48fc59eaf - main - LinuxKPI: device.h remove duplicate #include Message-ID: <202209211729.28LHTmu0051093@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=8ea48fc59eaf475aa7d92f07db9b36370c349f3f commit 8ea48fc59eaf475aa7d92f07db9b36370c349f3f Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2022-09-21 17:25:34 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2022-09-21 17:25:34 +0000 LinuxKPI: device.h remove duplicate #include linux/types.h is included twice; reduce to the first. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/compat/linuxkpi/common/include/linux/device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/compat/linuxkpi/common/include/linux/device.h b/sys/compat/linuxkpi/common/include/linux/device.h index 1c26cecfd955..757060cb2863 100644 --- a/sys/compat/linuxkpi/common/include/linux/device.h +++ b/sys/compat/linuxkpi/common/include/linux/device.h @@ -37,7 +37,6 @@ #include <linux/sysfs.h> #include <linux/list.h> #include <linux/compiler.h> -#include <linux/types.h> #include <linux/module.h> #include <linux/workqueue.h> #include <linux/kdev_t.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209211729.28LHTmu0051093>